From: Bruce Momjian Date: Mon, 20 Jun 2016 15:09:21 +0000 (-0400) Subject: docs: clarify use of pg_rewind arguments X-Git-Tag: REL9_6_BETA2~3 X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=3557b1791b715c6e44e1b7b4b342d1fae54e262e;p=postgresql-pgindent.git docs: clarify use of pg_rewind arguments Specifically, --source-pgdata and --source-server. Discussion: 20160617155108.GC19359@momjian.us Reviewed-by: Michael Paquier --- diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index afcc9b7ea5..41bc4f29d1 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -122,8 +122,8 @@ PostgreSQL documentation Specifies path to the data directory of the source server, to - synchronize the target with. When @@ -135,8 +135,8 @@ PostgreSQL documentation Specifies a libpq connection string to connect to the source 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.