Clarify that the connection string for primary_conninfo is in the same
authorHeikki Linnakangas
Thu, 25 Feb 2010 09:32:19 +0000 (09:32 +0000)
committerHeikki Linnakangas
Thu, 25 Feb 2010 09:32:19 +0000 (09:32 +0000)
format as in PQconnectdb(). As pointed out by Thom Brown.

doc/src/sgml/recovery-config.sgml

index b892d93e0562e6e14a6f4980d31c22478c304ea1..4bfa573b47e9c86f86ca490c1edf4a1a5edf3d18 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Recovery Configuration
@@ -193,7 +193,8 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
         
          
           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 PQconnectdb function,
           described in . If any option is
           unspecified in this string, then the corresponding environment
           variable (see ) is checked. If the