Postgres: To get list of tables in a schema

 select table_name from information_schema.tables where table_schema='ctlgadmin';  


table_schema name is in lowercase. 

Comments

Popular posts from this blog

Oracle: To clean up WRI$_ADV_OBJECTS