此条目涉及一个已弃用的 PostgreSQL 功能,该功能在将来的版本中可能会停止支持。
txid_visible_in_snapshot()
是一个已弃用的系统函数,用于确定事务 ID 是否在快照中可见。
txid_visible_in_snapshot()
添加于 PostgreSQL 8.3。
用法
txid_visible_in_snapshot (bigint
,txid_snapshot
) →boolean
在 PostgreSQL 13 中引入了 pg_snapshot
和 xid8
数据类型后,此函数被弃用,并由 pg_visible_in_snapshot()
取代。
更改历史记录
- PostgreSQL 8.3
- 添加 (提交 1f92630f)
参考文献
- PostgreSQL 文档: 已弃用的事务 ID 和快照信息函数