mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
docs: clarify use of pg_rewind arguments
Specifically, --source-pgdata and --source-server. Discussion: 20160617155108.GC19359@momjian.us Reviewed-by: Michael Paquier
This commit is contained in:
@ -122,8 +122,8 @@ PostgreSQL documentation
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Specifies path to the data directory of the source server, to
|
Specifies path to the data directory of the source server, to
|
||||||
synchronize the target with. When <option>--source-pgdata</> is
|
synchronize the target with. This option requires the source server
|
||||||
used, the source server must be cleanly shut down.
|
to be cleanly shut down.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -135,8 +135,8 @@ PostgreSQL documentation
|
|||||||
Specifies a libpq connection string to connect to the source
|
Specifies a libpq connection string to connect to the source
|
||||||
<productname>PostgreSQL</> server to synchronize the target with.
|
<productname>PostgreSQL</> server to synchronize the target with.
|
||||||
The connection must be a normal (non-replication) connection
|
The connection must be a normal (non-replication) connection
|
||||||
with superuser access. The server must be up and running,
|
with superuser access. This option requires the server to be running
|
||||||
and must not be in recovery mode.
|
and not in recovery mode.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user