pgsql: Document that ONLY can be specified in publication commands

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that ONLY can be specified in publication commands
Date: 2017-04-17 13:53:54
Message-ID: E1d076I-0005vm-I8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that ONLY can be specified in publication commands

Author: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-17 16:39:31 Re: pgsql: Fix integer-overflow problems in interval comparison.
Previous Message Tom Lane 2017-04-17 03:24:25 pgsql: Ensure BackgroundWorker struct contents are well-defined.