aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2020-02-05 13:21:43 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2020-02-05 15:05:14 -0300
commit75cdf24ec3f812b2c52e0f47286665f9c8ced24b (patch)
tree072964b4d1c2f0ec3db68f75cffb612c05d1fb37 /doc/src
parentbf989aaf35613ed2c2a66e120ca600e7b9da4f82 (diff)
downloadpostgresql-75cdf24ec3f812b2c52e0f47286665f9c8ced24b.tar.gz
postgresql-75cdf24ec3f812b2c52e0f47286665f9c8ced24b.zip
ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/alter_subscription.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml
index 6dfb2e4d3e0..1b8beadbaa5 100644
--- a/doc/src/sgml/ref/alter_subscription.sgml
+++ b/doc/src/sgml/ref/alter_subscription.sgml
@@ -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>