Flower in my dev/PostgreSQL
<PSQL> [DB스키마 & 테이블 확인]
꽃선생
2016. 9. 7. 17:57
1. 스키마 확인
# select datname from pg_database;
2. 테이블 확인
# select table_name from information_schema.tables where table_schema = 'DB명';