diff options
author | Michael Paquier <michael@paquier.xyz> | 2025-04-19 19:17:42 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2025-04-19 19:17:42 +0900 |
commit | 88e947136b47664b6936b35542f2d1eda0c90588 (patch) | |
tree | 6a5999ed2088fb1455940632b70a8d452ec56347 /doc/src | |
parent | 114f7fa81c72637d75b574269f2076dcc1104e24 (diff) | |
download | postgresql-88e947136b47664b6936b35542f2d1eda0c90588.tar.gz postgresql-88e947136b47664b6936b35542f2d1eda0c90588.zip |
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done
in the v18 development cycle.
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/regress.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index bfc1e7b3524..b757d27ebd0 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1315,7 +1315,7 @@ PostgreSQL documentation </para> <para> The data section contains actual table data, large-object - contents, statitistics for tables and materialized views and + contents, statistics for tables and materialized views and sequence values. Post-data items include definitions of indexes, triggers, rules, statistics for indexes, and constraints other than validated check diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 0e5e8e8f309..bf4ffb30576 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -353,7 +353,7 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption' <listitem> <para> Runs the test suite under <filename>src/test/modules/oauth_validator</filename>. - This opens TCP/IP listen sockets for a test-server running HTTPS. + This opens TCP/IP listen sockets for a test server running HTTPS. </para> </listitem> </varlistentry> |