mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Return type of txid_status is text, not txid_status
Thinko in commit 857ee8e39.
Discovered-by: Gianni Ciolli
This commit is contained in:
parent
7ceb6fb84c
commit
d10f774165
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue