From: Peter Eisentraut Date: Thu, 25 Jun 2026 06:36:00 +0000 (+0200) Subject: doc: Some spell checking X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c1dcc7a76c378b6bbf6271e56bb17e152cf362;p=thirdparty%2Fpostgresql.git doc: Some spell checking --- 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) §