ChangeTriggerConfig interface
Which tables notify, and under which Postgres object names.
Signature:
export interface ChangeTriggerConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) NOTIFY channel to publish on (default CHANGE_NOTIFY_CHANNEL). | ||
|
string |
(Optional) Name of the shared plpgsql function (default CHANGE_NOTIFY_FUNCTION_NAME). | ||
|
readonly string[] |
(Optional) Tables that should notify — the complete desired set, not an addition. | ||
|
boolean |
(Optional) Suppress SQL logging for the install DDL (default | ||
|
string |
(Optional) Trigger name to create on each table (default CHANGE_NOTIFY_TRIGGER_NAME). |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.