How to display all schemas in a Postgres database

select schema_name
from information_schema.schema;