软件下载吧 ● 文章资讯
分类分类
2024-02-21 13:55作者:下载吧
查看表锁信息,是DBA常用的脚本之一。
实验环境:
CentOS 7
PG 10.4
先通过A窗口执行
mytest=# begin; BEGIN mytest=# update t1 set col1 = ‘a’ where id =1 ; UPDATE 1 mytest=#
相关文章