diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/system-views.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml index e9a59af8c34..4f336ee0adf 100644 --- a/doc/src/sgml/system-views.sgml +++ b/doc/src/sgml/system-views.sgml @@ -2856,6 +2856,17 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx <row> <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>two_phase_at</structfield> <type>pg_lsn</type> + </para> + <para> + The address (<literal>LSN</literal>) from which the decoding of prepared + transactions is enabled. <literal>NULL</literal> for logical slots + where <structfield>two_phase</structfield> is false and for physical slots. + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> <structfield>inactive_since</structfield> <type>timestamptz</type> </para> <para> |