aboutsummaryrefslogtreecommitdiff
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:43:36 -0300
commitd10f7741650de3199033702c3fe98a6896fd32a9 (patch)
tree38b72aad4ed48b090b510f9e7cfcad98d07ecb3a
parent7ceb6fb84c8cfd49c5ba92dda1c1669ba8fa687f (diff)
downloadpostgresql-d10f7741650de3199033702c3fe98a6896fd32a9.tar.gz
postgresql-d10f7741650de3199033702c3fe98a6896fd32a9.zip
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 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>