Return type of txid_status is text, not txid_status

Thinko in commit 857ee8e39.

Discovered-by: Gianni Ciolli
This commit is contained in:
Alvaro Herrera 2018-08-23 11:40:30 -03:00
parent 17df2a8b39
commit c2b5d17718

View File

@ -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>