From dd1a3bccca241a998b4ebf39d67202698e5fa599 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 25 Feb 2014 12:34:04 -0500 Subject: Show xid and xmin in pg_stat_activity and pg_stat_replication. Christian Kruse, reviewed by Andres Freund and myself, with further minor adjustments by me. --- doc/src/sgml/monitoring.sgml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 370857a0e8c..958acc4fd15 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -628,6 +628,16 @@ postgres: user database host + + backend_xid + xid + Toplevel transaction identifier of this backend, if any. + + + backend_xmin + xid + The current backend's xmin horizon. + query text @@ -1483,6 +1493,12 @@ postgres: user database host + + backend_xid + xid + This standby's xmin horizon reported + by . + state text -- cgit v1.2.3