[DOCS] Missing COMMENT ON POLICY

2015-09-12 Thread Charles Clavadetscher
Hello

Lately I am working intensively with the documentation capabilities of
PostgreSQL and I noticed that, although the functionality is available in
9.5 to add a comment to a policy, there is no entry for in the documentation

http://www.postgresql.org/docs/9.5/static/sql-comment.html

Probably it would look like:

COMMENT ON POLICY policy_name ON table_name |

Between
OPERATOR FAMILY object_name USING index_method | and
[ PROCEDURAL ] LANGUAGE object_name |
 
Regards
Charles




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


Re: [DOCS] Missing COMMENT ON POLICY - update

2015-09-12 Thread Charles Clavadetscher
I posted a patch for this on pgsql-hackers.
Regards
Charles

> -Original Message-
> From: pgsql-docs-ow...@postgresql.org [mailto:pgsql-docs-
> ow...@postgresql.org] On Behalf Of Charles Clavadetscher
> Sent: Sonntag, 13. September 2015 07:36
> To: pgsql-docs@postgresql.org
> Subject: [DOCS] Missing COMMENT ON POLICY
> 
> Hello
> 
> Lately I am working intensively with the documentation capabilities of
> PostgreSQL and I noticed that, although the functionality is available in
> 9.5 to add a comment to a policy, there is no entry for in the
documentation
> 
> http://www.postgresql.org/docs/9.5/static/sql-comment.html
> 
> Probably it would look like:
> 
> COMMENT ON POLICY policy_name ON table_name |
> 
> Between
> OPERATOR FAMILY object_name USING index_method | and
> [ PROCEDURAL ] LANGUAGE object_name |
> 
> Regards
> Charles
> 
> 
> 
> 
> --
> Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs



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