pgsql: Add POLICY to COMMENT documentation

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add POLICY to COMMENT documentation
Date: 2015-09-15 15:06:19
Message-ID: E1ZbroJ-0008AT-8Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add POLICY to COMMENT documentation

COMMENT supports POLICY but the documentation hadn't caught up with
that fact.

Patch by Charles Clavadetscher

Back-patch to 9.5 where POLICY was added.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6820094d1ad37429f910cf46e9f3771ebe93347c

Modified Files
--------------
doc/src/sgml/ref/comment.sgml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-09-15 15:09:27 pgsql: Revert "Fix an O(N^2) problem in foreign key references".
Previous Message Tom Lane 2015-09-15 14:58:49 Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.