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スキーマの裏にある構造です。
それぞれの名前空間は、リレーション、型などの集合を、名前が競合することなく、個別に持ちます。
表51.32 pg_namespace
の列
Column Type 列 型 Description 説明 |
---|
Row identifier 行識別子 |
Name of the namespace 名前空間の名前 |
Owner of the namespace 名前空間の所有者 |
Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.8を参照してください |