txid_snapshot_xmin()

一个已弃用的返回快照 xmin 值的函数
此条目涉及一个 PostgreSQL 功能,该功能已弃用,并可能在未来的版本中不再支持。

txid_snapshot_xmin() 是一个已弃用的系统函数,用于返回快照的 xmin 值。

txid_snapshot_xmin()PostgreSQL 8.3 中引入。

用法

txid_snapshot_xmin ( txid_snapshot ) → bigint

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

变更历史

分类

已弃用, 系统函数, 事务

另请参阅

txid_snapshot_xmax(), txid_snapshot_xip()

反馈

请在此处提交关于“txid_snapshot_xmin()”的任何评论、建议或更正。