pgsql: Add COMMENT and SECURITY LABEL support for publications and subs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add COMMENT and SECURITY LABEL support for publications and subs
Date: 2017-03-25 03:46:15
Message-ID: E1crced-0006nm-3H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-25 04:11:56 pgsql: Fix recovery test hang
Previous Message Peter Eisentraut 2017-03-25 03:36:40 pgsql: Make header self-contained

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-25 04:12:48 Re: [PATCH] Transaction traceability - txid_status(bigint)
Previous Message Tom Lane 2017-03-25 03:01:19 Re: WIP: Faster Expression Processing v4