projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ceb6fb
)
Return type of txid_status is text, not txid_status
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 23 Aug 2018 14:40:30 +0000
(11:40 -0300)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 23 Aug 2018 14:43:36 +0000
(11:43 -0300)
Thinko in commit
857ee8e39
.
Discovered-by: Gianni Ciolli
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index eaf8fbdf62aa27c772fee0ef2c7d6922b890b091..bb794e044f469f494d7900b386e8b1a0e259deab 100644
(file)
--- 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>t
xid_status
</type></entry>
+ <entry><type>t
ext
</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>