バージョンごとのドキュメント一覧

53.32. pg_namespace #

The catalog <structname>pg_namespace</structname> stores namespaces. A namespace is the structure underlying SQL schemas: each namespace can have a separate collection of relations, types, etc. without name conflicts. pg_namespaceカタログは名前空間を保存します。 名前空間はSQLスキーマの裏にある構造です。 それぞれの名前空間は、リレーション、型などの集合を、名前が競合することなく、個別に持ちます。

表53.32 pg_namespaceの列

<title><structname>pg_namespace</structname> Columns</title>

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

nspname name

Name of the namespace 名前空間の名前

nspowner oid (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>oid</structfield>) (参照先 pg_authid.oid

Owner of the namespace 名前空間の所有者

nspacl aclitem[]

Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.7を参照してください