Postgres: To gernerate list of schemas

 select distinct table_schema from information_schema.tables

ORDER BY table_schema;

Comments

Popular posts from this blog

Postgres: To list table owners

PeopleSoft: Clean Up PUM

Postgres: Clean up stopped replication slot