diff options
Diffstat (limited to 'doc/src/sgml/pgrowlocks.sgml')
-rw-r--r-- | doc/src/sgml/pgrowlocks.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/pgrowlocks.sgml b/doc/src/sgml/pgrowlocks.sgml index 392d5f1f9a7..02f31601b06 100644 --- a/doc/src/sgml/pgrowlocks.sgml +++ b/doc/src/sgml/pgrowlocks.sgml @@ -57,7 +57,8 @@ pgrowlocks(text) returns setof record <row> <entry><structfield>locker</structfield></entry> <entry><type>xid</type></entry> - <entry>Transaction ID of locker, or multixact ID if multitransaction</entry> + <entry>Transaction ID of locker, or multixact ID if + multitransaction; see <xref linkend="transaction-id"/></entry> </row> <row> <entry><structfield>multi</structfield></entry> |