From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix documentation about joining pg_locks to other views. |
Date: | 2014-04-03 18:19:19 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix documentation about joining pg_locks to other views.
The advice to join to pg_prepared_xacts via the transaction column was not
updated when the transaction column was replaced by virtualtransaction.
Since it's not quite obvious how to do that join, give an explicit example.
For consistency also give an example for the adjacent case of joining to
pg_stat_activity. And link-ify the view references too, just because we
can. Per bug #9840 from Alexey Bashtanov.
Michael Paquier and Tom Lane
Branch
------
REL9_1_STABLE
Modified Files
--------------
doc/src/sgml/catalogs.sgml | 25 ++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2014-04-03 19:14:32 | Re: [COMMITTERS] pgsql: Add ALTER TABLESPACE ... MOVE command |
Previous Message | Tom Lane | 2014-04-03 16:38:09 | pgsql: Avoid promising that "ADD COLUMN ... DEFAULT NULL" is free. |