diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index eaf8fbdf62a..bb794e044f4 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17933,7 +17933,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); </row> <row> <entry><literal><function>txid_status(<parameter>bigint</parameter>)</function></literal></entry> - <entry><type>txid_status</type></entry> + <entry><type>text</type></entry> <entry>report the status of the given transaction: <literal>committed</literal>, <literal>aborted</literal>, <literal>in progress</literal>, or null if the transaction ID is too old</entry> </row> </tbody> |