Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

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.
Name
Type
References
Description
oid
oid

Row identifier (hidden attribute; must be explicitly selected)
nspname
name

Name of the namespace
nspowner
oid
Owner of the namespace
nspacl
aclitem[]

Access privileges; see GRANT and REVOKE for details

Comments

Popular posts from this blog

PostgreSQL DOMAIN Data Type -2

VMWARE WORKSTATION 3,4,5,6,7,8,9,10,11,12,14,15...etc LICENSE KEYS COLLECTION

Postgres Database Patch

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

PostgreSQL Database startup / shutdown /restart