summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-23 11:40:30 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-08-23 11:42:02 -0300
commit3f722ae26a92d1c46079dffc72b63d8376958f8c (patch)
treef5bd1410cd9172bb00ea13cade5bc17e4f0b3390
parentcb282eab1a684bb409dcb6cadbf7dd868227713d (diff)
Return type of txid_status is text, not txid_status
Thinko in commit 857ee8e39. Discovered-by: Gianni Ciolli
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index fee2970de7b..9f9448d2c80 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17774,7 +17774,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>