pgsql: Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPT

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPT
Date: 2017-04-13 02:30:47
Message-ID: E1cyUX1-0002pO-2R@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentations for ALTER PUBLICATION and ALTER SUBSCRIPTION.

Discussion: http://postgr.es/m/CAD21AoC32YgtateNqTFXzTJmHHe6hXs4cpJTND3n-Ts8f-aMqw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a6e7d591d0129bc7f1f186cb40a6ebd7963956ab

Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml | 19 +++++++++++++++++++
doc/src/sgml/ref/alter_subscription.sgml | 19 +++++++++++++++++++
2 files changed, 38 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-04-13 03:10:34 pgsql: Move pg_stat_progress_vacuum to the table of Dynamic Statistics
Previous Message Fujii Masao 2017-04-13 02:27:46 pgsql: Improve tab-completion of DDL for publication and subscription.