How to display all schemas in a Postgres database July 29, 2021 select schema_name from information_schema.schema;