[COMMITTERS] pgsql: Modify message when partitioned table is added to publication

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Modify message when partitioned table is added to publication
Дата
Msg-id E1d1Ghw-0007de-KU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Modify message when partitioned table is added to publication

Give a more specific error message than "xyz is not a table".

Also document in CREATE PUBLICATION which kinds of relations are not
supported.

based on patch by Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/594b526bcf32e307b963ea77f10c9720d9ca423f

Modified Files
--------------
doc/src/sgml/ref/create_publication.sgml  | 8 ++++++++
src/backend/catalog/pg_publication.c      | 9 +++++++++
src/test/regress/expected/publication.out | 7 +++++++
src/test/regress/sql/publication.sql      | 4 ++++
4 files changed, 28 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Prevent log_replication_commands from causing SQL commands tobe
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Sync pg_ctl documentation and usage message with reality.