summaryrefslogtreecommitdiffstats
path: root/doc/src/sgml/man1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/man1')
-rw-r--r--doc/src/sgml/man1/clusterdb.16
-rw-r--r--doc/src/sgml/man1/createdb.18
-rw-r--r--doc/src/sgml/man1/createuser.16
-rw-r--r--doc/src/sgml/man1/dropdb.16
-rw-r--r--doc/src/sgml/man1/dropuser.16
-rw-r--r--doc/src/sgml/man1/ecpg.115
-rw-r--r--doc/src/sgml/man1/initdb.16
-rw-r--r--doc/src/sgml/man1/oid2name.16
-rw-r--r--doc/src/sgml/man1/pg_amcheck.16
-rw-r--r--doc/src/sgml/man1/pg_archivecleanup.16
-rw-r--r--doc/src/sgml/man1/pg_basebackup.18
-rw-r--r--doc/src/sgml/man1/pg_checksums.16
-rw-r--r--doc/src/sgml/man1/pg_config.16
-rw-r--r--doc/src/sgml/man1/pg_controldata.16
-rw-r--r--doc/src/sgml/man1/pg_ctl.16
-rw-r--r--doc/src/sgml/man1/pg_dump.16
-rw-r--r--doc/src/sgml/man1/pg_dumpall.16
-rw-r--r--doc/src/sgml/man1/pg_isready.16
-rw-r--r--doc/src/sgml/man1/pg_receivewal.16
-rw-r--r--doc/src/sgml/man1/pg_recvlogical.16
-rw-r--r--doc/src/sgml/man1/pg_resetwal.16
-rw-r--r--doc/src/sgml/man1/pg_restore.16
-rw-r--r--doc/src/sgml/man1/pg_rewind.113
-rw-r--r--doc/src/sgml/man1/pg_test_fsync.16
-rw-r--r--doc/src/sgml/man1/pg_test_timing.16
-rw-r--r--doc/src/sgml/man1/pg_upgrade.16
-rw-r--r--doc/src/sgml/man1/pg_verifybackup.16
-rw-r--r--doc/src/sgml/man1/pg_waldump.16
-rw-r--r--doc/src/sgml/man1/pgbench.16
-rw-r--r--doc/src/sgml/man1/postgres.16
-rw-r--r--doc/src/sgml/man1/psql.112
-rw-r--r--doc/src/sgml/man1/reindexdb.16
-rw-r--r--doc/src/sgml/man1/vacuumdb.16
-rw-r--r--doc/src/sgml/man1/vacuumlo.16
34 files changed, 119 insertions, 111 deletions
diff --git a/doc/src/sgml/man1/clusterdb.1 b/doc/src/sgml/man1/clusterdb.1
index 7af9468..ab8f159 100644
--- a/doc/src/sgml/man1/clusterdb.1
+++ b/doc/src/sgml/man1/clusterdb.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "CLUSTERDB" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "CLUSTERDB" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/createdb.1 b/doc/src/sgml/man1/createdb.1
index f870a63..366c682 100644
--- a/doc/src/sgml/man1/createdb.1
+++ b/doc/src/sgml/man1/createdb.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "CREATEDB" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "CREATEDB" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -135,7 +135,7 @@ Specifies the locale provider for the database\*(Aqs default collation\&.
Specifies the database user who will own the new database\&. (This name is processed as a double\-quoted identifier\&.)
.RE
.PP
-\fB\-S \fR\fB\fItemplate\fR\fR
+\fB\-S \fR\fB\fIstrategy\fR\fR
.br
\fB\-\-strategy=\fR\fB\fIstrategy\fR\fR
.RS 4
diff --git a/doc/src/sgml/man1/createuser.1 b/doc/src/sgml/man1/createuser.1
index 3809e57..bad7efd 100644
--- a/doc/src/sgml/man1/createuser.1
+++ b/doc/src/sgml/man1/createuser.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "CREATEUSER" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "CREATEUSER" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/dropdb.1 b/doc/src/sgml/man1/dropdb.1
index 9671eeb..bc3a2be 100644
--- a/doc/src/sgml/man1/dropdb.1
+++ b/doc/src/sgml/man1/dropdb.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "DROPDB" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "DROPDB" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/dropuser.1 b/doc/src/sgml/man1/dropuser.1
index cf33665..e939b88 100644
--- a/doc/src/sgml/man1/dropuser.1
+++ b/doc/src/sgml/man1/dropuser.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "DROPUSER" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "DROPUSER" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/ecpg.1 b/doc/src/sgml/man1/ecpg.1
index 727866d..459ebfb 100644
--- a/doc/src/sgml/man1/ecpg.1
+++ b/doc/src/sgml/man1/ecpg.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "ECPG" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "ECPG" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -76,9 +76,14 @@ INFORMIX_SE, or
ORACLE\&.
.RE
.PP
-\fB\-D \fR\fB\fIsymbol\fR\fR
+\fB\-D \fR\fB\fIsymbol\fR\fR\fB[=\fR\fB\fIvalue\fR\fR\fB]\fR
.RS 4
-Define a C preprocessor symbol\&.
+Define a preprocessor symbol, equivalently to the
+\fBEXEC SQL DEFINE\fR
+directive\&. If no
+\fIvalue\fR
+is specified, the symbol is defined with the value
+1\&.
.RE
.PP
\fB\-h\fR
diff --git a/doc/src/sgml/man1/initdb.1 b/doc/src/sgml/man1/initdb.1
index 6e2d62a..45f4c8f 100644
--- a/doc/src/sgml/man1/initdb.1
+++ b/doc/src/sgml/man1/initdb.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "INITDB" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "INITDB" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/oid2name.1 b/doc/src/sgml/man1/oid2name.1
index b1b8a13..7267eeb 100644
--- a/doc/src/sgml/man1/oid2name.1
+++ b/doc/src/sgml/man1/oid2name.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "OID2NAME" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "OID2NAME" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_amcheck.1 b/doc/src/sgml/man1/pg_amcheck.1
index f486c65..5fdf6e7 100644
--- a/doc/src/sgml/man1/pg_amcheck.1
+++ b/doc/src/sgml/man1/pg_amcheck.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_AMCHECK" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_AMCHECK" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_archivecleanup.1 b/doc/src/sgml/man1/pg_archivecleanup.1
index 8b12b52..171ee2b 100644
--- a/doc/src/sgml/man1/pg_archivecleanup.1
+++ b/doc/src/sgml/man1/pg_archivecleanup.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_ARCHIVECLEANUP" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_ARCHIVECLEANUP" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_basebackup.1 b/doc/src/sgml/man1/pg_basebackup.1
index e696c10..8f86c2e 100644
--- a/doc/src/sgml/man1/pg_basebackup.1
+++ b/doc/src/sgml/man1/pg_basebackup.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_BASEBACKUP" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_BASEBACKUP" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -661,7 +661,7 @@ is not used), during which
pg_basebackup
will appear to be idle\&.
.PP
-The backup will include all files in the data directory and tablespaces, including the configuration files and any additional files placed in the directory by third parties, except certain temporary files managed by PostgreSQL\&. But only regular files and directories are copied, except that symbolic links used for tablespaces are preserved\&. Symbolic links pointing to certain directories known to PostgreSQL are copied as empty directories\&. Other symbolic links and special device files are skipped\&. See
+The backup will include all files in the data directory and tablespaces, including the configuration files and any additional files placed in the directory by third parties, except certain temporary files managed by PostgreSQL and operating system files\&. But only regular files and directories are copied, except that symbolic links used for tablespaces are preserved\&. Symbolic links pointing to certain directories known to PostgreSQL are copied as empty directories\&. Other symbolic links and special device files are skipped\&. See
Section\ \&55.4
for the precise details\&.
.PP
diff --git a/doc/src/sgml/man1/pg_checksums.1 b/doc/src/sgml/man1/pg_checksums.1
index d85671a..ba44341 100644
--- a/doc/src/sgml/man1/pg_checksums.1
+++ b/doc/src/sgml/man1/pg_checksums.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_CHECKSUMS" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_CHECKSUMS" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_config.1 b/doc/src/sgml/man1/pg_config.1
index ff5e842..3b037de 100644
--- a/doc/src/sgml/man1/pg_config.1
+++ b/doc/src/sgml/man1/pg_config.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_CONFIG" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_CONFIG" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_controldata.1 b/doc/src/sgml/man1/pg_controldata.1
index 5fc4134..710fa2b 100644
--- a/doc/src/sgml/man1/pg_controldata.1
+++ b/doc/src/sgml/man1/pg_controldata.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_CONTROLDATA" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_CONTROLDATA" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_ctl.1 b/doc/src/sgml/man1/pg_ctl.1
index 82d9948..48ff9b1 100644
--- a/doc/src/sgml/man1/pg_ctl.1
+++ b/doc/src/sgml/man1/pg_ctl.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_CTL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_CTL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_dump.1 b/doc/src/sgml/man1/pg_dump.1
index 5321843..0a8bc02 100644
--- a/doc/src/sgml/man1/pg_dump.1
+++ b/doc/src/sgml/man1/pg_dump.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_DUMP" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_DUMP" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_dumpall.1 b/doc/src/sgml/man1/pg_dumpall.1
index 885f619..5a8e3a6 100644
--- a/doc/src/sgml/man1/pg_dumpall.1
+++ b/doc/src/sgml/man1/pg_dumpall.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_DUMPALL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_DUMPALL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_isready.1 b/doc/src/sgml/man1/pg_isready.1
index 56dc538..bb07597 100644
--- a/doc/src/sgml/man1/pg_isready.1
+++ b/doc/src/sgml/man1/pg_isready.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_ISREADY" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_ISREADY" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_receivewal.1 b/doc/src/sgml/man1/pg_receivewal.1
index fc4d5e9..ca6e6cb 100644
--- a/doc/src/sgml/man1/pg_receivewal.1
+++ b/doc/src/sgml/man1/pg_receivewal.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_RECEIVEWAL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_RECEIVEWAL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_recvlogical.1 b/doc/src/sgml/man1/pg_recvlogical.1
index 6d4f281..404c2e8 100644
--- a/doc/src/sgml/man1/pg_recvlogical.1
+++ b/doc/src/sgml/man1/pg_recvlogical.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_RECVLOGICAL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_RECVLOGICAL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_resetwal.1 b/doc/src/sgml/man1/pg_resetwal.1
index fa54193..a23ee57 100644
--- a/doc/src/sgml/man1/pg_resetwal.1
+++ b/doc/src/sgml/man1/pg_resetwal.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_RESETWAL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_RESETWAL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_restore.1 b/doc/src/sgml/man1/pg_restore.1
index a980abd..273022c 100644
--- a/doc/src/sgml/man1/pg_restore.1
+++ b/doc/src/sgml/man1/pg_restore.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_RESTORE" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_RESTORE" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_rewind.1 b/doc/src/sgml/man1/pg_rewind.1
index b7cc101..4e813f0 100644
--- a/doc/src/sgml/man1/pg_rewind.1
+++ b/doc/src/sgml/man1/pg_rewind.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_REWIND" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_REWIND" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -314,8 +314,11 @@ are omitted from the data copied from the source cluster\&. The files
backup_label,
tablespace_map,
pg_internal\&.init,
-postmaster\&.opts, and
-postmaster\&.pid, as well as any file or directory beginning with
+postmaster\&.opts,
+postmaster\&.pid
+and
+\&.DS_Store
+as well as any file or directory beginning with
pgsql_tmp, are omitted\&.
.RE
.sp
diff --git a/doc/src/sgml/man1/pg_test_fsync.1 b/doc/src/sgml/man1/pg_test_fsync.1
index 3627fda..451e61d 100644
--- a/doc/src/sgml/man1/pg_test_fsync.1
+++ b/doc/src/sgml/man1/pg_test_fsync.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_TEST_FSYNC" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_TEST_FSYNC" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_test_timing.1 b/doc/src/sgml/man1/pg_test_timing.1
index ef897fe..daadea0 100644
--- a/doc/src/sgml/man1/pg_test_timing.1
+++ b/doc/src/sgml/man1/pg_test_timing.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_TEST_TIMING" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_TEST_TIMING" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_upgrade.1 b/doc/src/sgml/man1/pg_upgrade.1
index 8650219..34ef26e 100644
--- a/doc/src/sgml/man1/pg_upgrade.1
+++ b/doc/src/sgml/man1/pg_upgrade.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_UPGRADE" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_UPGRADE" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_verifybackup.1 b/doc/src/sgml/man1/pg_verifybackup.1
index 9c8bc88..75fbe1a 100644
--- a/doc/src/sgml/man1/pg_verifybackup.1
+++ b/doc/src/sgml/man1/pg_verifybackup.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_VERIFYBACKUP" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_VERIFYBACKUP" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pg_waldump.1 b/doc/src/sgml/man1/pg_waldump.1
index 1ffdfc0..d44132d 100644
--- a/doc/src/sgml/man1/pg_waldump.1
+++ b/doc/src/sgml/man1/pg_waldump.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PG_WALDUMP" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PG_WALDUMP" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/pgbench.1 b/doc/src/sgml/man1/pgbench.1
index b5a1053..1a24251 100644
--- a/doc/src/sgml/man1/pgbench.1
+++ b/doc/src/sgml/man1/pgbench.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PGBENCH" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PGBENCH" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/postgres.1 b/doc/src/sgml/man1/postgres.1
index 5ce5c2f..f75d192 100644
--- a/doc/src/sgml/man1/postgres.1
+++ b/doc/src/sgml/man1/postgres.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "POSTGRES" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "POSTGRES" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/psql.1 b/doc/src/sgml/man1/psql.1
index 5460367..aaf7886 100644
--- a/doc/src/sgml/man1/psql.1
+++ b/doc/src/sgml/man1/psql.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "PSQL" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "PSQL" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -488,7 +488,7 @@ or
\fB\epset expanded\fR\&.
.RE
.PP
-\fB\-X,\fR
+\fB\-X\fR
.br
\fB\-\-no\-psqlrc\fR
.RS 4
@@ -650,7 +650,7 @@ is currently connected, followed by the string
.\}
.nf
$ \fBpsql testdb\fR
-psql (16\&.2)
+psql (16\&.3)
Type "help" for help\&.
testdb=>
@@ -4262,7 +4262,7 @@ PostgreSQL
major or minor release identifier to the file name, for example
~/\&.psqlrc\-16
or
-~/\&.psqlrc\-16\&.2\&. The most specific version\-matching file will be read in preference to a non\-version\-specific file\&. These version suffixes are added after determining the file path as explained above\&.
+~/\&.psqlrc\-16\&.3\&. The most specific version\-matching file will be read in preference to a non\-version\-specific file\&. These version suffixes are added after determining the file path as explained above\&.
.RE
.PP
\&.psql_history
diff --git a/doc/src/sgml/man1/reindexdb.1 b/doc/src/sgml/man1/reindexdb.1
index 0a9e797..d3ee85d 100644
--- a/doc/src/sgml/man1/reindexdb.1
+++ b/doc/src/sgml/man1/reindexdb.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "REINDEXDB" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "REINDEXDB" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/vacuumdb.1 b/doc/src/sgml/man1/vacuumdb.1
index 2171082..b1b5ede 100644
--- a/doc/src/sgml/man1/vacuumdb.1
+++ b/doc/src/sgml/man1/vacuumdb.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "VACUUMDB" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "VACUUMDB" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/doc/src/sgml/man1/vacuumlo.1 b/doc/src/sgml/man1/vacuumlo.1
index 2720f58..25775f8 100644
--- a/doc/src/sgml/man1/vacuumlo.1
+++ b/doc/src/sgml/man1/vacuumlo.1
@@ -3,11 +3,11 @@
.\" Author: The PostgreSQL Global Development Group
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 2024
-.\" Manual: PostgreSQL 16.2 Documentation
-.\" Source: PostgreSQL 16.2
+.\" Manual: PostgreSQL 16.3 Documentation
+.\" Source: PostgreSQL 16.3
.\" Language: English
.\"
-.TH "VACUUMLO" "1" "2024" "PostgreSQL 16.2" "PostgreSQL 16.2 Documentation"
+.TH "VACUUMLO" "1" "2024" "PostgreSQL 16.3" "PostgreSQL 16.3 Documentation"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------