dev/데이터베이스

PostgreSQL 테이블 조회

tiqndjd12 2019. 3. 6. 10:57

PostrgreSQL 전체 테이블 조회하려면


select * from pg_tables;


쿼리를 사용하면 된다.