aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-02-25 09:32:19 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2010-02-25 09:32:19 +0000
commit0a4807dd93895924ae43d9636b2bf0a3354f3b90 (patch)
tree8ebf809fd109957aa15591f4db4113eeaec6618e
parent6e11a10c4ca2f01143d237e9d110a20d63987291 (diff)
downloadpostgresql-0a4807dd93895924ae43d9636b2bf0a3354f3b90.tar.gz
postgresql-0a4807dd93895924ae43d9636b2bf0a3354f3b90.zip
Clarify that the connection string for primary_conninfo is in the same
format as in PQconnectdb(). As pointed out by Thom Brown.
-rw-r--r--doc/src/sgml/recovery-config.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml
index b892d93e056..4bfa573b47e 100644
--- a/doc/src/sgml/recovery-config.sgml
+++ b/doc/src/sgml/recovery-config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.1 2010/02/22 11:47:30 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/recovery-config.sgml,v 2.2 2010/02/25 09:32:19 heikki Exp $ -->
<chapter Id="recovery-config">
<title>Recovery Configuration</title>
@@ -193,7 +193,8 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<listitem>
<para>
Specifies a connection string to be used for the standby server
- to connect with the primary. This string is in the same format as
+ to connect with the primary. This string is in the format
+ accepted by the libpq <function>PQconnectdb</function> function,
described in <xref linkend="libpq-connect">. If any option is
unspecified in this string, then the corresponding environment
variable (see <xref linkend="libpq-envars">) is checked. If the