select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Supported versions: Current (18) / 17 / 16 / 15 / 14
Development versions: 19 / devel
Unsupported versions: 13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / 7.3
Historical version. PostgreSQL 8.3 reached end of support in February 2013. See the current version for supported releases.

44.24. 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.

Table 44-24. pg_namespace Columns

Name Type References Description
nspname name   Name of the namespace
nspowner oid pg_authid.oid Owner of the namespace
nspacl aclitem[]   Access privileges; see GRANT and REVOKE for details

Report a documentation issue

Read the upstream documentation. For corrections, first check the current version.