\dn list [non-sys] schemas \dt list tables current_schemas(true) pg_temp_, pg_catalog, public, app search_path pg_temp (pg_temp_) $user gp_catalog public alter database set search_path=...; alter table set schema=...; create schema... drop schema ... drop cascade;