Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75cdf24

Browse files
committed
ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
The docs are ambiguous as to which tables would be copied over when thecopy_data parameter is true in ALTER SUBSCRIPTION ... REFRESH PUBLICATION.Make it clear that it only applies to tables which are new in thepublication.Author: David Christensen (reword by Álvaro Herrera)Discussion:https://postgr.es/m/95339420-7F09-4F8C-ACC0-8F1CFAAD9CD7@endpoint.com
1 parentbf989aa commit75cdf24

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)

[8]ページ先頭

©2009-2025 Movatter.jp