Re: [COMMITTERS] pgsql: Add COMMENT and SECURITY LABEL support for publications and subs

2017-03-25 Thread Stephen Frost
Peter,

* Peter Eisentraut (pete...@gmx.net) wrote:
> Add COMMENT and SECURITY LABEL support for publications and subscriptions

Isn't this missing psql tab completion, and pg_dump support?  And
regression tests for the latter?

Thanks!

Stephen


signature.asc
Description: Digital signature


[COMMITTERS] pgsql: Add COMMENT and SECURITY LABEL support for publications and subs

2017-03-24 Thread Peter Eisentraut
Add COMMENT and SECURITY LABEL support for publications and subscriptions

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/87dee41f3ed6d6c2a93e7ff359776cfe24f145e0

Modified Files
--
doc/src/sgml/ref/comment.sgml  |  2 ++
doc/src/sgml/ref/security_label.sgml   |  2 ++
src/backend/catalog/system_views.sql   | 22 +++
src/backend/parser/gram.y  |  4 +++
.../dummy_seclabel/expected/dummy_seclabel.out | 32 ++
.../modules/dummy_seclabel/sql/dummy_seclabel.sql  |  7 +
src/test/regress/expected/publication.out  |  7 +
src/test/regress/expected/rules.out| 23 
src/test/regress/expected/subscription.out |  7 +
src/test/regress/sql/publication.sql   |  3 ++
src/test/regress/sql/subscription.sql  |  3 ++
11 files changed, 100 insertions(+), 12 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers