[COMMITTERS] pgsql: Document that ONLY can be specified in publication commands

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Document that ONLY can be specified in publication commands
Дата
Msg-id E1d076I-0005vm-I8@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Ensure BackgroundWorker struct contents are well-defined.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix integer-overflow problems in intervalcomparison.