aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMasahiko Sawada <msawada@postgresql.org>2025-03-12 16:56:04 -0700
committerMasahiko Sawada <msawada@postgresql.org>2025-03-12 16:56:04 -0700
commit4ecdd4110d5cbaf107c0c85d16df78dffe0a9574 (patch)
tree7692f5f1a8d6387c06765fc05bb754980294b279 /doc/src
parentcdc1471cc7626ffd44416abe92d37de038a0a0ec (diff)
downloadpostgresql-4ecdd4110d5cbaf107c0c85d16df78dffe0a9574.tar.gz
postgresql-4ecdd4110d5cbaf107c0c85d16df78dffe0a9574.zip
pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf.
This commit enhances pg_rewind's --write-recovery-conf option to include the dbname in the generated primary_conninfo value when specified in the --source-server option. With this modification, the rewound server can connect to the primary server without manual configuration file modifications when sync_replication_slots is enabled. Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com> Reviewed-by: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/CAD21AoAkW=Ht0k9dVoBTCcqLiiZ2MXhVr+d=j2T_EZMerGrLWQ@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_rewind.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml
index dc039d87566..5485033ed8c 100644
--- a/doc/src/sgml/ref/pg_rewind.sgml
+++ b/doc/src/sgml/ref/pg_rewind.sgml
@@ -186,8 +186,10 @@ PostgreSQL documentation
<para>
Create <filename>standby.signal</filename> and append connection
settings to <filename>postgresql.auto.conf</filename> in the output
- directory. <literal>--source-server</literal> is mandatory with
- this option.
+ directory. The dbname will be recorded only if the dbname was
+ specified explicitly in the connection string or <link linkend="libpq-envars">
+ environment variable</link>. <literal>--source-server</literal> is
+ mandatory with this option.
</para>
</listitem>
</varlistentry>