[COMMITTERS] pgsql: Modify message when partitioned table is added to publication - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Modify message when partitioned table is added to publication
Date
Msg-id E1d1Ghw-0007de-KU@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Prevent log_replication_commands from causing SQL commands tobe
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Sync pg_ctl documentation and usage message with reality.