加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

PG10的函数比PG9.6变化不少

发布时间:2020-12-13 16:45:34 所属栏目:百科 来源:网络整理
导读:---如下是9.6的: https://www.postgresql.org/docs/9.6/static/functions-admin.html pg_current_xlog_flush_location()pg_lsnGet current transaction log flush locationpg_current_xlog_insert_location()pg_lsnGet current transaction log insert locat

---如下是9.6的:

https://www.postgresql.org/docs/9.6/static/functions-admin.html

pg_current_xlog_flush_location()	pg_lsn	Get current transaction log flush location
pg_current_xlog_insert_location()	pg_lsn	Get current transaction log insert location
pg_current_xlog_location()	pg_lsn	Get current transaction log write location


---如下是10的:
https://www.postgresql.org/docs/10/static/functions-admin.html
pg_current_wal_flush_lsn()	pg_lsn	Get current write-ahead log flush location
pg_current_wal_insert_lsn()	pg_lsn	Get current write-ahead log insert location
pg_current_wal_lsn()	pg_lsn	Get current write-ahead log write location 
可以看到,名字都不一样了...

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读