select s.oid,s.relname,t.stausename,t.stasubtype

from pg_class s,pg_stat_last_operation t

where s.relname='XXXX' and t.objid=s.oid;

相关文章:

  • 2021-05-25
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-02-01
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-11-24
相关资源
相似解决方案