Database/PostgreSQL
[postgreSQL] - 계정 목록 / 사용자 정보 출력
SH_다람이
2021. 6. 16. 09:04
반응형
사용법
select * from pg_user; -- 또는
select * from pg_shadow;
반응형