PostgreSQL 유용한 쿼리

특정 데이터베이스의 테이블 목록 조회

SELECT * FROM pg_catalog.pg_tables
where 1=1
and schemaname = 'public';

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다