]> granicus.if.org Git - postgresql/commit
Modify message when partitioned table is added to publication
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Apr 2017 18:18:33 +0000 (14:18 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Apr 2017 18:18:33 +0000 (14:18 -0400)
commit594b526bcf32e307b963ea77f10c9720d9ca423f
treea041056101ab5188323d4df292431eda3abfd5fc
parent3a66581dd12b4108ce22fb4dad38258df39cb685
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>
doc/src/sgml/ref/create_publication.sgml
src/backend/catalog/pg_publication.c
src/test/regress/expected/publication.out
src/test/regress/sql/publication.sql