[COMMITTERS] pgsql: Document that ONLY can be specified in publication commands - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Document that ONLY can be specified in publication commands
Date
Msg-id E1d076I-0005vm-I8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document that ONLY can be specified in publication commands

Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1fe33252a08c285de9e84615cfde0569b9a75e58

Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml   | 12 ++++++++----
doc/src/sgml/ref/create_publication.sgml  |  9 +++++++--
src/test/regress/expected/publication.out | 23 +++++++++++++++++++++++
src/test/regress/sql/publication.sql      | 10 ++++++++++
4 files changed, 48 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Ensure BackgroundWorker struct contents are well-defined.
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Fix integer-overflow problems in intervalcomparison.