domain_constraints
#
The view <literal>domain_constraints</literal> contains all constraints
belonging to domains defined in the current database. Only those domains
are shown that the current user has access to (by way of being the owner or
having some privilege).
domain_constraints
ビューには、現在有効なロールが所有するドメインに属する全ての制約があります。
現在のユーザが(所有者である、権限を持っているなどの方法で)アクセスできるドメインのみが示されます。
表35.19 domain_constraints
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that contains the constraint (always the current database) 制約を持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the constraint 制約を持つスキーマの名前です。 |
Name of the constraint 制約の名前です。 |
Name of the database that contains the domain (always the current database) ドメインを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the domain ドメインを持つスキーマの名前です。 |
Name of the domain ドメインの名前です。 |
<literal>YES</literal> if the constraint is deferrable, <literal>NO</literal> if not
制約が遅延可能ならば |
<literal>YES</literal> if the constraint is deferrable and initially deferred, <literal>NO</literal> if not
制約が遅延可能で初期状態が遅延であれば |