projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb282ea
)
Return type of txid_status is text, not txid_status
author
Alvaro Herrera
Thu, 23 Aug 2018 14:40:30 +0000
(11:40 -0300)
committer
Alvaro Herrera
Thu, 23 Aug 2018 14:42:02 +0000
(11:42 -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 fee2970de7b355cca864a000b9f5e7d939015243..9f9448d2c80f109696304e04924fe01167aa0692 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-17774,7
+17774,7
@@
SELECT collation for ('foo' COLLATE "de_DE");
txid_status(
bigint
)
-
t
xid_status
+
t
ext
report the status of the given transaction:
committed
,
aborted
,
in progress
, or null if the transaction ID is too old