티스토리 뷰
[PostgreSQL] 데이터베이스 연결 수 확인 쿼리
select * from
(select count(*) used from pg_stat_activity) q1,
(select setting::int res_for_super from pg_settings where name=$$superuser_reserved_connections$$) q2,
(select setting::int max_conn from pg_settings where name=$$max_connections$$) q3;
'Database > PostgreSQL' 카테고리의 다른 글
[PostgreSQL] 자동증가 값 초기화 (0) | 2024.09.12 |
---|---|
[PostgreSQL] the environment variable comspec does not seem to point to the cmd.exe (0) | 2024.09.12 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- eGovFrame
- MariaDB
- 스프링
- .NET Core
- DART
- c#
- 하이원
- Linux
- Windows
- Fedora
- Entity Framework Core
- high1
- egoverment
- Flutter
- asp.net core
- Spring
- ubuntu
- MySQL
- express
- CentOS
- php
- dotnet core
- Eclipse
- jQuery
- egov
- 전자정부
- Java
- 이클립스
- JSP
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함