From e7c1dcc7a76c378b6bbf6271e56bb17e152cf362 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 25 Jun 2026 08:36:00 +0200 Subject: [PATCH] doc: Some spell checking --- doc/src/sgml/ddl.sgml | 2 +- doc/src/sgml/release-19.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 747f929aee3..45db20d47d8 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -5715,7 +5715,7 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01'; relational databases. PostgreSQL implements SQL/PGQHere, PGQ stands for property graph query. In the jargon of graph databases, property graph is normally abbreviated as PG, which - is clearly confusing for practioners of PostgreSQL, also usually abbreviated + is clearly confusing for practitioners of PostgreSQL, also usually abbreviated as PG., which is part of the SQL standard, where a property graph is defined as a kind of read-only view over relational tables. So the actual data is still in tables or table-like objects, but is exposed as a diff --git a/doc/src/sgml/release-19.sgml b/doc/src/sgml/release-19.sgml index 96a09d6cd6e..b0925d5f24b 100644 --- a/doc/src/sgml/release-19.sgml +++ b/doc/src/sgml/release-19.sgml @@ -1588,7 +1588,7 @@ Allow CREATE/
  • -This is controled with the EXCEPT clause, and is useful when specifying ALL TABLES. +This is controlled with the EXCEPT clause, and is useful when specifying ALL TABLES. @@ -2484,7 +2484,7 @@ Author: Tom Lane -Allow psql to more accurately determine if the pagerl is needed (Erik Wienhold) +Allow psql to more accurately determine if the pager is needed (Erik Wienhold) §