Skip to content

Topic

Postgres schemas and search_path

In PostgreSQL, schemas are namespaces inside a database, and an unqualified table name resolves through the connecting role's search_path setting.

Current clusters