select * from information_schema.tables where table_schema = 'public' ; -- table_schema에 현재 테이블이 속해있는 schema명을 입력
'Database > PostgreSQL' 카테고리의 다른 글
Schema에 속해있는 테이블 조회 방법 (0) | 2015.01.30 |
---|---|
Type Cast 방법 (0) | 2015.01.27 |
설치된 PostgreSQL 버젼 확인 방법 (0) | 2015.01.27 |