postgres=# \d pg_stat_activity
视观表 "pg_catalog.pg_stat_activity"
栏位 | 型别 | 修饰词
------------------+--------------------------+--------
datid | oid |
datname | name |
pid | integer |
usesysid | oid |
usename | name |
application_name | text |
client_addr | inet |
client_hostname | text |
client_port | integer |
backend_start | timestamp with time zone |
xact_start | timestamp with time zone |
query_start | timestamp with time zone |
state_change | timestamp with time zone |
waiting | boolean |
state | text |
query | text |

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-05-31
  • 2021-10-30
猜你喜欢
  • 2021-12-10
  • 2022-02-23
  • 2022-12-23
  • 2022-01-27
  • 2021-05-14
  • 2021-10-07
  • 2021-11-18
相关资源
相似解决方案