pgsql: Use clearer woring for pg_locks columns, identifying which items

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use clearer woring for pg_locks columns, identifying which items
Date: 2011-07-13 15:42:20
Message-ID: E1Qh1Zs-0008Vk-Tr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use clearer woring for pg_locks columns, identifying which items are
related to lock objects.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/80a1d16935099124047bc6faaf9f549130a172b3

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 25 +++++++++++++------------
1 files changed, 13 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-13 17:40:29 pgsql: Implement information schema interval_type columns
Previous Message Andrew Dunstan 2011-07-13 12:02:40 Re: [COMMITTERS] pgsql: Blind attempt at fixing isolation_tester on Win32