查看postgresql的连接数:

select * from pg_stat_activity;

 

查看最大连接数限制:

show max_connections;

 

 

查看为超级用户保留的连接数:

show superuser_reserved_connections ; 

相关文章:

  • 2021-10-10
  • 2021-09-16
  • 2021-10-13
  • 2021-06-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-30
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案