comment/security label for publication/subscription

Started by Peter Eisentrautabout 9 years ago3 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Here is a patch to add COMMENT support for publications and subscriptions.

On a similar issue, do we need SECURITY LABEL support for those? Does
that make sense?

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachments:

0001-Add-COMMENT-support-for-publications-and-subscriptio.patchinvalid/octet-stream; name=0001-Add-COMMENT-support-for-publications-and-subscriptio.patchDownload+39-1
#2Robert Haas
robertmhaas@gmail.com
In reply to: Peter Eisentraut (#1)
Re: comment/security label for publication/subscription

On Fri, Mar 24, 2017 at 12:18 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:

Here is a patch to add COMMENT support for publications and subscriptions.

On a similar issue, do we need SECURITY LABEL support for those? Does
that make sense?

IMHO, it's good to have COMMENT and SECURITY LABEL support for pretty
much everything.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

#3Stephen Frost
sfrost@snowman.net
In reply to: Robert Haas (#2)
Re: comment/security label for publication/subscription

* Robert Haas (robertmhaas@gmail.com) wrote:

On Fri, Mar 24, 2017 at 12:18 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:

Here is a patch to add COMMENT support for publications and subscriptions.

On a similar issue, do we need SECURITY LABEL support for those? Does
that make sense?

IMHO, it's good to have COMMENT and SECURITY LABEL support for pretty
much everything.

+1

Thanks!

Stephen