35.46. schemata
schemata
The view schemata contains all schemas in the current database that the current user has access to (by way of being the owner or having some privilege).
Column Type Description |
|---|
catalog_name Name of the database that the schema is contained in (always the current database) |
schema_name Name of the schema |
schema_owner Name of the owner of the schema |
default_character_set_catalog Applies to a feature not available in PostgreSQL |
default_character_set_schema Applies to a feature not available in PostgreSQL |
default_character_set_name Applies to a feature not available in PostgreSQL |
sql_path Applies to a feature not available in PostgreSQL |
: schemata Columns