-
+
The Information Schema
|
- grantee
+ grantee>
sql_identifier
Name of the user or group that the privilege was granted to
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that contains the column
|
- table_name
+ table_name>
sql_identifier
Name of the table that contains the column
|
- column_name
+ column_name>
sql_identifier
Name of the column
|
- privilege_type
+ privilege_type>
character_data
Type of the privilege: SELECT,
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that contains the
|
- table_name
+ table_name>
sql_identifier
Name of the table that contains the column that is used by some
|
- column_name
+ column_name>
sql_identifier
Name of the column that is used by some constraint
|
- constraint_schema
+ constraint_schema>
sql_identifier
Name of the schema that contains the constraint
|
- constraint_name
+ constraint_name>
sql_identifier
Name of the constraint
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that is used by some
|
- table_name
+ table_name>
sql_identifier
Name of the table that is used by some constraint
|
- constraint_schema
+ constraint_schema>
sql_identifier
Name of the schema that contains the constraint
|
- constraint_name
+ constraint_name>
sql_identifier
Name of the constraint
|
- object_schema
+ object_schema>
sql_identifier
Name of the schema that contains the described object
|
- object_name
+ object_name>
sql_identifier
Name of the described object
|
- object_type
+ object_type>
character_data
The type of the described object: one of
|
- dtd_identifier
+ dtd_identifier>
sql_identifier
The identifier of the data type descriptor, which is unique
|
- constraint_schema
+ constraint_schema>
sql_identifier
Name of the schema that contains the constraint
|
- constraint_name
+ constraint_name>
sql_identifier
Name of the constraint
|
- domain_schema
+ domain_schema>
sql_identifier
Name of the schema that contains the domain
|
- domain_name
+ domain_name>
sql_identifier
Name of the domain
|
- domain_schema
+ domain_schema>
sql_identifier
Name of the schema that contains the domain
|
- domain_name
+ domain_name>
sql_identifier
Name of the domain
|
- domain_schema
+ domain_schema>
sql_identifier
Name of the schema that contains the domain
|
- domain_name
+ domain_name>
sql_identifier
Name of the domain
|
- object_schema
+ object_schema>
sql_identifier
Name of the schema that contains the object that uses the array
|
- object_name
+ object_name>
sql_identifier
Name of the object that uses the array being described
|
- object_type
+ object_type>
character_data
The type of the object that uses the array being described: one
|
- array_type_identifier
+ array_type_identifier>
sql_identifier
The identifier of the data type descriptor of the array being
|
- constraint_schema
+ constraint_schema>
sql_identifier
Name of the schema that contains the constraint
|
- constraint_name
+ constraint_name>
sql_identifier
Name of the constraint
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that contains the
|
- table_name
+ table_name>
sql_identifier
Name of the table that contains the column that is restricted
|
- column_name
+ column_name>
sql_identifier
Name of the column that is restricted by some constraint
|
- ordinal_position
+ ordinal_position>
cardinal_number
Ordinal position of the column within the constraint key (count
|
- grantee
+ grantee>
sql_identifier
Name of the group that the privilege was granted to
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that contains the column
|
- table_name
+ table_name>
sql_identifier
Name of the table that contains the column
|
- column_name
+ column_name>
sql_identifier
Name of the column
|
- privilege_type
+ privilege_type>
character_data
Type of the privilege: SELECT,
|
- grantee
+ grantee>
sql_identifier
Name of the group that the privilege was granted to
|
- privilege_type
+ privilege_type>
character_data
Always EXECUTE (the only privilege type for functions)
|
- grantee
+ grantee>
sql_identifier
Name of the group that the privilege was granted to
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table
|
- table_name
+ table_name>
sql_identifier
Name of the table
|
- privilege_type
+ privilege_type>
character_data
Type of the privilege: SELECT,
|
- grantee
+ grantee>
sql_identifier
In the future, the name of the group that the privilege was granted to
|
- privilege_type
+ privilege_type>
character_data
Always USAGE
|
- grantee
+ grantee>
sql_identifier
Name of the user or group that the privilege was granted to
|
- privilege_type
+ privilege_type>
character_data
Always EXECUTE (the only privilege type for functions)
|
- constraint_schema
+ constraint_schema>
sql_identifier
Name of the schema that contains the constraint
|
- constraint_name
+ constraint_name>
sql_identifier
Name of the constraint
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table
|
- table_name
+ table_name>
sql_identifier
Name of the table
|
- constraint_type
+ constraint_type>
character_data
Type of the constraint: CHECK,
|
- grantee
+ grantee>
sql_identifier
Name of the user or group that the privilege was granted to
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table
|
- table_name
+ table_name>
sql_identifier
Name of the table
|
- privilege_type
+ privilege_type>
character_data
Type of the privilege: SELECT,
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table
|
- table_name
+ table_name>
sql_identifier
Name of the table
|
- table_type
+ table_type>
character_data
Type of the table: BASE TABLE for a
|
- trigger_schema
+ trigger_schema>
sql_identifier
Name of the schema that contains the trigger
|
- trigger_name
+ trigger_name>
sql_identifier
Name of the trigger
|
- event_manipulation
+ event_manipulation>
character_data
Event that fires the trigger (INSERT,
|
- event_object_schema
+ event_object_schema>
sql_identifier
Name of the schema that contains the table that the trigger is defined on
|
- event_object_name
+ event_object_name>
sql_identifier
Name of the table that the trigger is defined on
|
- action_order
+ action_order>
cardinal_number
Not yet implemented
|
- action_condition
+ action_condition>
character_data
Applies to a feature not available in PostgreSQL>
|
- action_statement
+ action_statement>
character_data
Statement that is executed by the trigger (currently always
|
- action_orientation
+ action_orientation>
character_data
Identifies whether the trigger fires once for each processed
|
- condition_timing
+ condition_timing>
character_data
Time at which the trigger fires (BEFORE or
|
- condition_reference_old_table
+ condition_reference_old_table>
sql_identifier
Applies to a feature not available in PostgreSQL>
|
- condition_reference_new_table
+ condition_reference_new_table>
sql_identifier
Applies to a feature not available in PostgreSQL>
|
- grantee
+ grantee>
sql_identifier
Currently always PUBLIC
|
- privilege_type
+ privilege_type>
character_data
Always USAGE
|
- view_schema
+ view_schema>
sql_identifier
Name of the schema that contains the view
|
- view_name
+ view_name>
sql_identifier
Name of the view
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that contains the
|
- table_name
+ table_name>
sql_identifier
Name of the table that contains the column that is used by the
|
- column_name
+ column_name>
sql_identifier
Name of the column that is used by the view
|
- view_schema
+ view_schema>
sql_identifier
Name of the schema that contains the view
|
- view_name
+ view_name>
sql_identifier
Name of the view
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the table that is used by the
|
- table_name
+ table_name>
sql_identifier
Name of the table that is used by the view
|
- table_schema
+ table_schema>
sql_identifier
Name of the schema that contains the view
|
- table_name
+ table_name>
sql_identifier
Name of the view
|
- view definition
+ view definition>
character_data
Query expression defining the view (null if the current user is