// test_schema 라는 스키마에 test_table 이라는 테이블이 있는지
SELECT COUNT(*) FROM pg_tables WHERE schemaname='test_schema' AND tablename='test_table';








Posted by bloodguy
,