]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Some spell checking
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 25 Jun 2026 06:36:00 +0000 (08:36 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 25 Jun 2026 06:36:00 +0000 (08:36 +0200)
doc/src/sgml/ddl.sgml
doc/src/sgml/release-19.sgml

index 747f929aee323a112babce8a3c7118207ad2eb36..45db20d47d88d3a6fbe7beefaa9769b00d7a5450 100644 (file)
@@ -5715,7 +5715,7 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate &gt;= DATE '2008-01-01';
    relational databases.  PostgreSQL implements SQL/PGQ<footnote><para>Here, PGQ
    stands for <quote>property graph query</quote>.  In the jargon of graph
    databases, <quote>property graph</quote> 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.</para></footnote>, 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
index 96a09d6cd6e06fc7e0c891c2342fcedbd9667d64..b0925d5f24bbdc22a4807ff46b4fbaea0cc22e1f 100644 (file)
@@ -1588,7 +1588,7 @@ Allow <link linkend="sql-createpublication"><command>CREATE</command></link>/<li
 </para>
 
 <para>
-This is controled with the <literal>EXCEPT</literal> clause, and is useful when specifying <literal>ALL TABLES</literal>.
+This is controlled with the <literal>EXCEPT</literal> clause, and is useful when specifying <literal>ALL TABLES</literal>.
 </para>
 </listitem>
 
@@ -2484,7 +2484,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
 
 <listitem>
 <para>
-Allow <link linkend="app-psql"><application>psql</application></link> to more accurately determine if the <link linkend="app-psql-meta-command-pset-pager">pager</link>l is needed (Erik Wienhold)
+Allow <link linkend="app-psql"><application>psql</application></link> to more accurately determine if the <link linkend="app-psql-meta-command-pset-pager">pager</link> is needed (Erik Wienhold)
 <ulink url="&commit_baseurl;27da1a796">&sect;</ulink>
 </para>
 </listitem>