The pg_namespace catalog provides information about namespaces (schemas).
| Column name | Data type | Description |
|---|---|---|
oid |
oid |
A row identifier. |
nspname |
name |
The name of the namespace. |
nspowner |
oid (references pg_authid.oid) |
The owner of the namespace. |
nspacl |
aclitem[] |
Access privileges. |