]> granicus.if.org Git - postgresql/commitdiff
docs: clarify use of pg_rewind arguments
authorBruce Momjian <bruce@momjian.us>
Mon, 20 Jun 2016 15:09:21 +0000 (11:09 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 20 Jun 2016 15:09:21 +0000 (11:09 -0400)
Specifically, --source-pgdata and --source-server.

Discussion: 20160617155108.GC19359@momjian.us

Reviewed-by: Michael Paquier
doc/src/sgml/ref/pg_rewind.sgml

index afcc9b7ea5b9169eabe1ac35a45049f6265b0ed7..41bc4f29d1d586e0444294325bd465cb093a0c7f 100644 (file)
@@ -122,8 +122,8 @@ PostgreSQL documentation
       <listitem>
        <para>
         Specifies path to the data directory of the source server, to
-        synchronize the target with. When <option>--source-pgdata</> is
-        used, the source server must be cleanly shut down.
+        synchronize the target with. This option requires the source server
+        to be cleanly shut down.
        </para>
       </listitem>
      </varlistentry>
@@ -135,8 +135,8 @@ PostgreSQL documentation
         Specifies a libpq connection string to connect to the source
         <productname>PostgreSQL</> server to synchronize the target with.
         The connection must be a normal (non-replication) connection
-        with superuser access. The server must be up and running,
-        and must not be in recovery mode.
+        with superuser access. This option requires the server to be running
+        and not in recovery mode.
        </para>
       </listitem>
      </varlistentry>