From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/catalog-pg-namespace.html | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/src/sgml/html/catalog-pg-namespace.html (limited to 'doc/src/sgml/html/catalog-pg-namespace.html') diff --git a/doc/src/sgml/html/catalog-pg-namespace.html b/doc/src/sgml/html/catalog-pg-namespace.html new file mode 100644 index 0000000..b16d623 --- /dev/null +++ b/doc/src/sgml/html/catalog-pg-namespace.html @@ -0,0 +1,33 @@ + +53.32. pg_namespace

53.32. 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 53.32. pg_namespace Columns

+ Column Type +

+

+ Description +

+ oid oid +

+

+ Row identifier +

+ nspname name +

+

+ Name of the namespace +

+ nspowner oid + (references pg_authid.oid) +

+

+ Owner of the namespace +

+ nspacl aclitem[] +

+

+ Access privileges; see Section 5.7 for details +


\ No newline at end of file -- cgit v1.2.3