52.32. pg_namespace
pg_namespace
The catalog pg_namespace stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection of relations, types, etc. without name conflicts.
Column Type Description |
|---|
oid Row identifier |
nspname Name of the namespace |
nspowner Owner of the namespace |
nspacl Access privileges; see Privileges for details |
: pg_namespace Columns