We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9c85256 commit3557b17Copy full SHA for 3557b17
doc/src/sgml/ref/pg_rewind.sgml
@@ -122,8 +122,8 @@ PostgreSQL documentation
122
<listitem>
123
<para>
124
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.
+ synchronize the target with.Thisoption requires thesource server
+to be cleanly shut down.
127
</para>
128
</listitem>
129
</varlistentry>
@@ -135,8 +135,8 @@ PostgreSQL documentation
135
Specifies a libpq connection string to connect to the source
136
<productname>PostgreSQL</> server to synchronize the target with.
137
The connection must be a normal (non-replication) connection
138
- with superuser access.The server must be up andrunning,
139
- andmustnot be in recovery mode.
+ with superuser access.This option requires the server to berunning
+ and not in recovery mode.
140
141
142