diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 08bd51219262d..298c4b38ef90a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,6 +1,6 @@ - + <application>libpq</application> — C Library diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index bee817ea822a2..cb065bf5f88db 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1,6 +1,6 @@ - + PL/Python — Python Procedural Language PL/Python diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 1e06bd33bdcd1..0d9270116549a 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -18,7 +18,7 @@ PostgreSQL documentation pg_dump - extract a PostgreSQL database into a script file or other archive file + export a PostgreSQL database as an SQL script or to other formats diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 43f384ed16a9c..8ca68da5a5560 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -16,7 +16,10 @@ PostgreSQL documentation pg_dumpall - extract a PostgreSQL database cluster using a specified dump format + + + export a PostgreSQL database cluster as an SQL script or to other formats + @@ -33,7 +36,7 @@ PostgreSQL documentation pg_dumpall is a utility for writing out (dumping) all PostgreSQL databases - of a cluster into an archive. The archive contains + of a cluster into an SQL script file or an archive. The output contains SQL commands that can be used as input to to restore the databases. It does this by calling for each database in the cluster. diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 8c88b07dcc865..b649bd3a5ae0f 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -18,8 +18,8 @@ PostgreSQL documentation pg_restore - restore a PostgreSQL database or cluster - from an archive created by pg_dump or + restore PostgreSQL databases from archives + created by pg_dump or pg_dumpall diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml index e89a86b1aa813..75e17f1a0c6de 100644 --- a/doc/src/sgml/release-18.sgml +++ b/doc/src/sgml/release-18.sgml @@ -60,13 +60,13 @@ Author: Peter Eisentraut -Change initdb default to enable data checksums (Greg Sabino Mullane) +Change default to enable data checksums (Greg Sabino Mullane) § Checksums can be disabled with the new initdb option . -pg_upgrade requires matching cluster checksum settings, so this new + requires matching cluster checksum settings, so this new option can be useful to upgrade non-checksum old clusters. @@ -136,7 +136,7 @@ Prevent COPY FROM from treating \. as an e -psql will still treat \. as an end-of-file marker when reading CSV files from STDIN. Older psql clients connecting to PostgreSQL 18 servers might + will still treat \. as an end-of-file marker when reading CSV files from STDIN. Older psql clients connecting to PostgreSQL 18 servers might experience \copy problems. This release also enforces that \. must appear alone on a line. @@ -1015,7 +1015,7 @@ Have query jumbling of arrays consider only the first and last array elements (D -Jumbling is used by pg_stat_statements. +Jumbling is used by . @@ -1645,7 +1645,7 @@ Require primary/foreign key relationships to use either deterministic collations -The restore of a pg_dump, also used by pg_upgrade, will fail if these requirements are not met; schema changes must be made for these upgrade methods to succeed. +The restore of a , also used by , will fail if these requirements are not met; schema changes must be made for these upgrade methods to succeed. @@ -1728,7 +1728,7 @@ This was previously erroneously prohibited. - <link linkend="sql-copy"><command>COPY</command></link> + <xref linkend="sql-copy"/> @@ -1796,7 +1796,7 @@ Previously, the COPY worked but the FREEZE - <link linkend="sql-explain"><command>EXPLAIN</command></link> + <xref linkend="sql-explain"/> @@ -2219,7 +2219,7 @@ Allow regexp_match[es]()/regexp_like() - <link linkend="libpq">libpq</link> + <xref linkend="libpq"/> @@ -2502,7 +2502,7 @@ Author: Peter Eisentraut -Change initdb to default to enabling checksums (Greg Sabino Mullane) +Change to default to enabling checksums (Greg Sabino Mullane) § § @@ -2554,7 +2554,7 @@ Author: Robert Haas -Add pg_combinebackup option / to enable hard linking (Israel Barth Rubio, Robert Haas) +Add option / to enable hard linking (Israel Barth Rubio, Robert Haas) § @@ -2582,7 +2582,7 @@ Author: Masahiko Sawada -If pg_rewind's specifies a database name, use it in output (Masahiko Sawada) +If 's specifies a database name, use it in output (Masahiko Sawada) § @@ -2617,12 +2617,12 @@ Author: Andrew Dunstan -Allow pg_dumpall to dump in the same output formats as pg_dump supports (Mahendra Singh Thalor, Andrew Dunstan) +Allow to dump in the same output formats as pg_dump supports (Mahendra Singh Thalor, Andrew Dunstan) § -Also modify pg_restore to handle such dumps. Previously pg_dumpall only supported text format. +Also modify to handle such dumps. Previously pg_dumpall only supported text format. @@ -2633,7 +2633,7 @@ Author: Jeff Davis -Add pg_dump options , , and (Jeff Davis) +Add options , , and (Jeff Davis) § @@ -2647,7 +2647,7 @@ Author: Nathan Bossart -Add pg_dump and pg_dumpall option to dump sequence data that would normally be excluded (Nathan Bossart) +Add pg_dump and option to dump sequence data that would normally be excluded (Nathan Bossart) § § @@ -2660,7 +2660,8 @@ Author: Jeff Davis -Add pg_dump, pg_dumpall, and pg_restore options , , , and (Corey Huinker, Jeff Davis) +Add , , and + options , , , and (Corey Huinker, Jeff Davis) § @@ -2672,7 +2673,9 @@ Author: Tom Lane -Add option to disable row level security policy processing in pg_dump, pg_dumpall, pg_restore (Nikolay Samokhvalov) +Add option to disable row level security policy processing in +, , + (Nikolay Samokhvalov) § @@ -2686,7 +2689,7 @@ This is useful for migrating to systems with different policies. - <link linkend="pgupgrade"><application>pg_upgrade</application></link> + <xref linkend="pgupgrade"/> @@ -2812,7 +2815,7 @@ Author: Amit Kapila -Add pg_createsubscriber option to create logical replicas for all databases (Shubham Khanna) +Add option to create logical replicas for all databases (Shubham Khanna) § @@ -2848,7 +2851,7 @@ Author: Masahiko Sawada -Add pg_recvlogical option to specify failover slots (Hayato Kuroda) +Add option to specify failover slots (Hayato Kuroda) § @@ -3087,7 +3090,7 @@ Author: Peter Eisentraut -Add support for Python "Limited API" in PL/Python (Peter Eisentraut) +Add support for Python "Limited API" in (Peter Eisentraut) § § @@ -3239,7 +3242,7 @@ Author: Masahiko Sawada -Add extension pg_logicalinspect to inspect logical snapshots (Bertrand Drouvot) +Add extension to inspect logical snapshots (Bertrand Drouvot) § @@ -3289,7 +3292,8 @@ Author: Peter Eisentraut -Allow SCRAM authentication from the client to be passed to postgres_fdw servers (Matheus Alcantara, Peter Eisentraut) +Allow SCRAM authentication from the client to be passed to + servers (Matheus Alcantara, Peter Eisentraut) § @@ -3307,7 +3311,8 @@ Author: Peter Eisentraut -Allow SCRAM authentication from the client to be passed to dblink servers (Matheus Alcantara) +Allow SCRAM authentication from the client to be passed to + servers (Matheus Alcantara) § @@ -3319,7 +3324,7 @@ Author: Fujii Masao -Add on_error and log_verbosity options to file_fdw (Atsushi Torikoshi) +Add on_error and log_verbosity options to (Atsushi Torikoshi) § @@ -3351,7 +3356,8 @@ Author: Nathan Bossart -Add configurable variable min_password_length to passwordcheck (Emanuele Musella, Maurizio Boriani) +Add configurable variable min_password_length to + (Emanuele Musella, Maurizio Boriani) § @@ -3379,7 +3385,7 @@ Author: Tom Lane -Add isn server variable weak to control invalid check digit acceptance (Viktor Holmberg) +Add server variable weak to control invalid check digit acceptance (Viktor Holmberg) § @@ -3464,7 +3470,7 @@ Allow extensions to use the server's cumulative statistics API - <link linkend="pgstatstatements"><application>pg_stat_statements</application></link> + <xref linkend="pgstatstatements"/> @@ -3533,7 +3539,7 @@ Add pg_stat_statements.wal_buffers_full - <link linkend="pgcrypto"><application>pgcrypto</application></link> + <xref linkend="pgcrypto"/> diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index a8f0309e8fc1e..db944ec223071 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -1235,7 +1235,7 @@ main(int argc, char **argv) static void help(const char *progname) { - printf(_("%s dumps a database as a text file or to other formats.\n\n"), progname); + printf(_("%s exports a PostgreSQL database as an SQL script or to other formats.\n\n"), progname); printf(_("Usage:\n")); printf(_(" %s [OPTION]... [DBNAME]\n"), progname); diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index b1f388cb39160..3cbcad65c5fb5 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -699,7 +699,7 @@ main(int argc, char *argv[]) static void help(void) { - printf(_("%s extracts a PostgreSQL database cluster based on specified dump format.\n\n"), progname); + printf(_("%s exports a PostgreSQL database cluster as an SQL script or to other formats.\n\n"), progname); printf(_("Usage:\n")); printf(_(" %s [OPTION]...\n"), progname);