postgresql/doc/src
Tom Lane 98b1dda7f7 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
2014-04-03 14:18:48 -04:00
..
sgml Fix documentation about joining pg_locks to other views. 2014-04-03 14:18:48 -04:00
Makefile Since doc/src/sgml already builds the HTML docs twice to resolve index 2008-11-14 10:43:59 +00:00