Обсуждение: [COMMITTERS] pgsql: Modify message when partitioned table is added to publication

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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(+)