Missing COMMENT ON POLICY

From: "Charles Clavadetscher" <clavadetscher(at)swisspug(dot)org>
To: <pgsql-docs(at)postgresql(dot)org>
Subject: Missing COMMENT ON POLICY
Date: 2015-09-13 05:36:14
Message-ID: 016a01d0ede6$1fc6af00$5f540d00$@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Charles Clavadetscher 2015-09-13 06:21:55 [DOCS] Missing COMMENT ON POLICY
Previous Message Fujii Masao 2015-09-11 04:04:03 Re: Possible mistake in Section 63.6 - 9.6devel Documentation

Browse pgsql-hackers by date

  From Date Subject
Next Message Charles Clavadetscher 2015-09-13 06:21:55 [DOCS] Missing COMMENT ON POLICY
Previous Message Robert Haas 2015-09-13 02:36:15 Re: RFC: replace pg_stat_activity.waiting with something more descriptive