pgsql: ALTER SUBSCRIPTION / REFRESH docs: explain copy_data - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
Date
Msg-id E1izP5M-0002Pm-F1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c2ef3ab838323e9b5d1e6b49ffbf3db64370f8fe

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Prevent running pg_basebackup as root
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Make vacuum buffer counters 64 bits wide