postgres multi schema cheatsheet - restarone/violet_rails GitHub Wiki

list the schemas

SELECT schema_name FROM information_schema.schemata;