pgsql: ALTER SUBSCRIPTION / REFRESH docs: explain copy_data

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ALTER SUBSCRIPTION / REFRESH docs: explain copy_data
Date: 2020-02-05 18:07:36
Message-ID: E1izP5M-0002Pi-E2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/308724bcc3b9c1aeb33ce04e232e5199518fa06a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-02-05 20:15:34 pgsql: Make vacuum buffer counters 64 bits wide
Previous Message Stephen Frost 2020-02-05 17:22:59 Re: pgsql: Prevent running pg_basebackup as root