Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a4807d

Browse files
committed
Clarify that the connection string for primary_conninfo is in the same
format as in PQconnectdb(). As pointed out by Thom Brown.
1 parent 6e11a10 commit 0a4807d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/recovery-config.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.1 2010/02/22 11:47:30 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.2 2010/02/25 09:32:19 heikki Exp $ -->
22

33
<chapter Id="recovery-config">
44
<title>Recovery Configuration</title>
@@ -193,7 +193,8 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
193193
<listitem>
194194
<para>
195195
Specifies a connection string to be used for the standby server
196-
to connect with the primary. This string is in the same format as
196+
to connect with the primary. This string is in the format
197+
accepted by the libpq <function>PQconnectdb</function> function,
197198
described in <xref linkend="libpq-connect">. If any option is
198199
unspecified in this string, then the corresponding environment
199200
variable (see <xref linkend="libpq-envars">) is checked. If the

0 commit comments

Comments
 (0)