Skip to content

Commit 75cdf24

Browse files
committed
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
1 parent bf989aa commit 75cdf24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/alter_subscription.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
128128
<para>
129129
Specifies whether the existing data in the publications that are
130130
being subscribed to should be copied once the replication starts.
131-
The default is <literal>true</literal>.
131+
The default is <literal>true</literal>. (Previously subscribed
132+
tables are not copied.)
132133
</para>
133134
</listitem>
134135
</varlistentry>

0 commit comments

Comments
 (0)