pgsql: Minor improvement to pg_seclabel documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor improvement to pg_seclabel documentation.
Date: 2011-07-20 13:25:24
Message-ID: E1QjWmC-00010Q-4p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor improvement to pg_seclabel documentation.

This is a bit more consistent with the way pg_description is
documented, and also include a useful cross-link.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/550cd074f9436c0500c1718e792d3d72a304bf8b

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-20 17:04:18 pgsql: Rewrite libxml error handling to be more robust.
Previous Message Simon Riggs 2011-07-19 20:46:54 Re: [COMMITTERS] pgsql: Remove O(N^2) performance issue with multiple SAVEPOINTs.