Modify message when partitioned table is added to publication
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_publication.sgml | modified | +8 −0 |
| src/backend/catalog/pg_publication.c | modified | +9 −0 |
| src/test/regress/expected/publication.out | modified | +7 −0 |
| src/test/regress/sql/publication.sql | modified | +4 −0 |