티스토리 뷰
반응형
    
    
    
  select a.rolname as "role",c.rolname as "role에 속한계정",d.rolname as "작업계정" 
from pg_roles a 
 join pg_auth_members b on a.oid = b.roleid 
 join pg_roles c on c.oid= b.member 
  join pg_roles d on d.oid= b.grantor 
order by 1;
반응형
    
    
    
  'DataBase > Postgresql' 카테고리의 다른 글
| postgresql 파티션 테이블 생성 및 데이터 이관 (0) | 2024.05.09 | 
|---|---|
| 테이블 사이즈 확인 (0) | 2019.08.13 | 
| 테이블단위 autovacuum 끄기 (0) | 2019.08.13 | 
| postgresql 한글정렬 (0) | 2017.10.12 | 
| postgresql.conf 간단설정 (0) | 2017.10.12 | 
반응형
    
    
    
  
                    최근에 올라온 글
                    
                
                  
                  - Total
 
- Today
 
- Yesterday
 
                    TAG
                    
                
                  
                  - PostgreSQL
 - 오라클
 - linux
 - 인덱스
 - 윈도우
 - Managing Schema Objects
 - tablespace
 - MS-SQL
 - 갤럭시S
 - index
 - 출시일
 - 투싼
 - 리눅스
 - recovery
 - iPhone
 - SQLPlus
 - postgresql pg_stat_activity
 - postgresql jsonb
 - postgresql jsonb index
 - query 잘림
 - 아이폰
 - 독도
 - Flashback
 - 아이폰4
 - 한글
 - oracle
 - iOS5
 - Backup
 - PL/SQL
 - parameter
 
                    글 보관함