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-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=d10f7741650de3199033702c3fe98a6896fd32a9;p=users%2Frhaas%2Fpostgres.git 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 eaf8fbdf62..bb794e044f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17933,7 +17933,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