txid_current_snapshot()

返回当前快照的函数
此条目涉及 PostgreSQL 中一个已弃用的功能,在未来的版本中可能会被取消支持。

txid_current_snapshot() 是一个返回当前快照的系统函数。

txid_current_snapshot()PostgreSQL 8.3 中添加。

用法

txid_current_snapshot () → txid_snapshot

PostgreSQL 13 中引入了 pg_snapshotxid8 数据类型后,此函数被弃用,并由 pg_current_snapshot() 取代。

更改历史记录

示例

来自 的示例输出

postgres=# SELECT * FROM txid_current_snapshot();
 txid_current_snapshot 
-----------------------
 5016429:5016429:
(1 row)

分类

已弃用系统函数事务

另请参见

pg_current_snapshot()txid_visible_in_snapshot()

反馈

提交任何关于 "txid_current_snapshot()" 的评论、建议或更正 此处