...
- new reserved words:
- TRIGGER_SCHEMA
- TRIGGER_FUNCTION
- avoid introducing reserved words EVENT and TRIGGER as they will most likely collide with attribute names some time.
- Apart from specific extensions grammar in TRIGGER_SCHEMA is close to QUERY_SCHEMA apart from QUERY_FUNCTION
- Or, we might just add TRIGGER capabilities to QUERY_SCHEMA?
- The acronym is "TEX" from Trigger EXtension, and is also the file extension used for such files.
...