ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 5 Feb 2020 18:06:11 +0000 (15:06 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 5 Feb 2020 18:06:11 +0000 (15:06 -0300)
The docs are ambiguous as to which tables would be copied over when the
copy_data parameter is true in ALTER SUBSCRIPTION ... REFRESH PUBLICATION.
Make it clear that it only applies to tables which are new in the
publication.

Author: David Christensen (reword by Álvaro Herrera)
Discussion: https://postgr.es/m/95339420-7F09-4F8C-ACC0-8F1CFAAD9CD7@endpoint.com

doc/src/sgml/ref/alter_subscription.sgml

index 6dfb2e4d3e01743fbb6b1836247c3b0d0e48c0e5..1b8beadbaa543eb7b84609899220babd5188e0fe 100644 (file)
@@ -128,7 +128,8 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
          <para>
           Specifies whether the existing data in the publications that are
           being subscribed to should be copied once the replication starts.
-          The default is <literal>true</literal>.
+          The default is <literal>true</literal>.  (Previously subscribed
+          tables are not copied.)
          </para>
         </listitem>
        </varlistentry>