Cross-references between DOMAIN and POLICY

Started by Nonameabout 9 years ago2 messagesdocs
Jump to latest
#1Noname
postgresql@eric.brechemier.name

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/sql-createpolicy.html
Description:

Domains and row level policies are similar in the definition of a constraint
with a CHECK expression.

There should be a mention of domains on the page `CREATE POLICY` and an
explanation of the differences between domains and policies in the
discussion of `Row Security Policies`.

There should be a mention of policies on the page `CREATE DOMAIN`.

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Noname (#1)
Re: Cross-references between DOMAIN and POLICY

On 2/2/17 15:54, postgresql@eric.brechemier.name wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/sql-createpolicy.html
Description:

Domains and row level policies are similar in the definition of a constraint
with a CHECK expression.

There should be a mention of domains on the page `CREATE POLICY` and an
explanation of the differences between domains and policies in the
discussion of `Row Security Policies`.

There should be a mention of policies on the page `CREATE DOMAIN`.

I don't think they are that similar, other than that the word CHECK
appears in their syntax.

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

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