Representing Databases
Above the level of individual DB schemata, we have:
- databases ... represented by
pg_database
- schemas ... represented by
pg_namespace
- table spaces ... represented by
pg_tablespace
These tables are global to each PostgreSQL cluster.
Keys are names (strings) and must be unique within cluster.
|