pgsql: Fix broken XML in CREATE POLICY sgml.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix broken XML in CREATE POLICY sgml.
Date: 2017-11-24 14:00:29
Message-ID: E1eIEWr-0006BK-5j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix broken XML in CREATE POLICY sgml.

Commit 87c2a17fee failed to close some tags (necessary now that the
SGML docs are in fact XML).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/26329ad8dcc78eb651ab61f6b17c4f5f7bb77323

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

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2017-11-24 14:19:50 pgsql: RLS comment fixes.
Previous Message Dean Rasheed 2017-11-24 12:04:27 pgsql: Doc: add a summary table to the CREATE POLICY docs.