referential (foreign key) constraints in the current database.
Only those constraints are shown for which the current user has
write access to the referencing table (by way of being the
- owner or having some privilege other than SELECT).
+ owner or having some privilege other than SELECT).
The view table_constraints contains all
constraints belonging to tables that the current user owns or has
- some non-SELECT privilege on.
+ some privilege other than SELECT on.
view triggered_update_columns identifies these
columns. Triggers that do not specify a column list are not
included in this view. Only those columns are shown that the
- current user owns or has some non-SELECT privilege on.
+ current user owns or has some privilege other than
+ SELECT on.
The view triggers contains all triggers defined
in the current database on tables and views that the current user owns
- or has some non-SELECT privilege on.
+ or has some privilege other than SELECT on.