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

37.46. schemata #

The view <literal>schemata</literal> contains all schemas in the current database that the current user has access to (by way of being the owner or having some privilege). schemataビューには、現在のデータベースの中で現在のユーザが(所有者である、または、何らかの権限を持つために)アクセスできるすべてのスキーマがあります。

表37.44 schemataの列

<title><structname>schemata</structname> Columns</title>

Column Type 列 型

Description 説明

catalog_name sql_identifier

Name of the database that the schema is contained in (always the current database) スキーマを持つデータベースの名前です(常に現在のデータベースです)。

schema_name sql_identifier

Name of the schema スキーマの名前です。

schema_owner sql_identifier

Name of the owner of the schema スキーマの所有者の名前です。

default_character_set_catalog sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

default_character_set_schema sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

default_character_set_name sql_identifier

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。

sql_path character_data

Applies to a feature not available in <productname>PostgreSQL</productname> PostgreSQLでは利用できない機能に適用されるものです。