From: Alvaro Herrera Date: Thu, 23 Aug 2018 14:40:30 +0000 (-0300) Subject: Return type of txid_status is text, not txid_status X-Git-Tag: REL_10_6~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f722ae26a92d1c46079dffc72b63d8376958f8c;p=postgresql Return type of txid_status is text, not txid_status Thinko in commit 857ee8e39. Discovered-by: Gianni Ciolli --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index fee2970de7..9f9448d2c8 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17774,7 +17774,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); txid_status(bigint) - txid_status + text report the status of the given transaction: committed, aborted, in progress, or null if the transaction ID is too old