config.composite_attr_entry_definition
|
Cascading Deletes: Deleting rows from this table will cascade to: config.coded_value_map. |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
CASCADE |
CASCADE |
No |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
Triggers
| Trigger | Timing | Event | Level | Function |
|---|---|---|---|---|
|
AFTER |
INSERT OR DELETE OR UPDATE |
STATEMENT |
Trigger Bodies
ccraed_cache_inval_tgr
Function: metabib.composite_attr_def_cache_inval_tgr()
Timing: AFTER INSERT OR DELETE OR UPDATE STATEMENT
BEGIN
PERFORM metabib.compile_composite_attr_cache_invalidate();
RETURN NULL;
END;