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

Oracle DBMS SCHEDULER Examples

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

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

How to Enable/Disable autovacuum on PostgreSQL