Return type of txid_status is text, not txid_status

Thinko in commit 857ee8e39.

Discovered-by: Gianni Ciolli
pull/34/head
Alvaro Herrera 7 years ago
parent 7ceb6fb84c
commit d10f774165
  1. 2
      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>

Loading…
Cancel
Save