| The PostgreSQL 9.0 Reference Manual - Volume 2 - Programming Guide
by The PostgreSQL Global Development Group Paperback (6"x9"), 478 pages ISBN 9781906966065 RRP £14.95 ($19.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
4.34 schemata
The view schemata contains all schemas in the
current database that are owned by a currently enabled role.
4-32:
schemata Columns
| Name | Data Type | Description
|
catalog_name | sql_identifier | Name of the database that the schema is contained in (always the current database)
|
schema_name | sql_identifier | Name of the schema
|
schema_owner | sql_identifier | Name of the owner of the schema
|
default_character_set_catalog | sql_identifier | Applies to a feature not available in PostgreSQL
|
default_character_set_schema | sql_identifier | Applies to a feature not available in PostgreSQL
|
default_character_set_name | sql_identifier | Applies to a feature not available in PostgreSQL
|
sql_path | character_data | Applies to a feature not available in PostgreSQL |
| ISBN 9781906966065 | The PostgreSQL 9.0 Reference Manual - Volume 2 - Programming Guide | See the print edition |