Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
36.48. table_constraints
Prev UpChapter 36. The Information SchemaHome Next

36.48. table_constraints

The viewtable_constraints contains all constraints belonging to tables that the current user owns or has some privilege other thanSELECT on.

Table 36.46. table_constraints Columns

Column Type

Description

constraint_catalogsql_identifier

Name of the database that contains the constraint (always the current database)

constraint_schemasql_identifier

Name of the schema that contains the constraint

constraint_namesql_identifier

Name of the constraint

table_catalogsql_identifier

Name of the database that contains the table (always the current database)

table_schemasql_identifier

Name of the schema that contains the table

table_namesql_identifier

Name of the table

constraint_typecharacter_data

Type of the constraint:CHECK,FOREIGN KEY,PRIMARY KEY, orUNIQUE

is_deferrableyes_or_no

YES if the constraint is deferrable,NO if not

initially_deferredyes_or_no

YES if the constraint is deferrable and initially deferred,NO if not

enforcedyes_or_no

Applies to a feature not available inPostgreSQL (currently alwaysYES)



Prev Up Next
36.47. sql_sizing Home 36.49. table_privileges
pdfepub
Go to PostgreSQL 13
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp