|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="recovery-config">
|
4 | 4 | <title>Recovery Configuration</title>
|
@@ -193,7 +193,8 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
|
193 | 193 | <listitem>
|
194 | 194 | <para>
|
195 | 195 | 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, |
197 | 198 | described in <xref linkend="libpq-connect">. If any option is
|
198 | 199 | unspecified in this string, then the corresponding environment
|
199 | 200 | variable (see <xref linkend="libpq-envars">) is checked. If the
|
|