摘要: sequence 阅读全文
posted @ 2020-08-11 10:29 star521 阅读(174) 评论(0) 推荐(0)
摘要: 1.PGSQL-查看sql正在运行的进程 SELECT datname,pid,state,query FROM pg_stat_activity where state='active' SELECT procpid, START, now() - START AS lap, current_qu 阅读全文
posted @ 2020-08-11 09:20 star521 阅读(11498) 评论(1) 推荐(1)