public inbox for [email protected]  
help / color / mirror / Atom feed
From: Bruce Momjian <[email protected]>
To: PostgreSQL-documentation <[email protected]>
Subject: pg_rewind option clarification
Date: Fri, 17 Jun 2016 11:51:08 -0400
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>

This patch clarifies the documentation for when --source-pgdata and
--source-server can be used.

I would like to apply this to 9.6.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+                     Ancient Roman grave inscription +


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Attachments:

  [text/x-diff] pg_rewind.diff (1.7K, 2-pg_rewind.diff)
  download | inline diff:
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml
new file mode 100644
index afcc9b7..41bc4f2
*** a/doc/src/sgml/ref/pg_rewind.sgml
--- b/doc/src/sgml/ref/pg_rewind.sgml
*************** PostgreSQL documentation
*** 122,129 ****
        <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.
         </para>
        </listitem>
       </varlistentry>
--- 122,129 ----
        <listitem>
         <para>
          Specifies path to the data directory of the source server, to
!         synchronize the target with. This option requires the source server
!         to be cleanly shut down.
         </para>
        </listitem>
       </varlistentry>
*************** PostgreSQL documentation
*** 135,142 ****
          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.
         </para>
        </listitem>
       </varlistentry>
--- 135,142 ----
          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. This option requires the server to be running
!         and not in recovery mode.
         </para>
        </listitem>
       </varlistentry>


view thread (5+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pg_rewind option clarification
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox