Online Documentation for SQL Manager for PostgreSQL

Event triggers


An Event Trigger fires whenever the event with which it is associated occurs in the database in which it is defined. Unlike regular triggers, which are attached to a single table and capture only DML events, event triggers are global to a particular database and are capable of capturing DDL events.

 

Event Trigger Editor allows you to define event trigger properties. It opens automatically when you create a new event trigger and is available on editing an existing one.