Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3557b17

Browse files
committed
docs: clarify use of pg_rewind arguments
Specifically, --source-pgdata and --source-server. Discussion: 20160617155108.GC19359@momjian.us Reviewed-by: Michael Paquier
1 parent 9c85256 commit 3557b17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/ref/pg_rewind.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ PostgreSQL documentation
122122
<listitem>
123123
<para>
124124
Specifies path to the data directory of the source server, to
125-
synchronize the target with. When <option>--source-pgdata</> is
126-
used, the source server must be cleanly shut down.
125+
synchronize the target with. This option requires the source server
126+
to be cleanly shut down.
127127
</para>
128128
</listitem>
129129
</varlistentry>
@@ -135,8 +135,8 @@ PostgreSQL documentation
135135
Specifies a libpq connection string to connect to the source
136136
<productname>PostgreSQL</> server to synchronize the target with.
137137
The connection must be a normal (non-replication) connection
138-
with superuser access. The server must be up and running,
139-
and must not be in recovery mode.
138+
with superuser access. This option requires the server to be running
139+
and not in recovery mode.
140140
</para>
141141
</listitem>
142142
</varlistentry>

0 commit comments

Comments
 (0)