PgCacheOptions.triggerDefinition property
SQL definition of the trigger function, in case default which is used by this lib is not satisfying for some reason. Expected string starting with 'create function post_change_notify_trigger() returns trigger' or will fall back to a default trigger definition. Spaces and case is ignored, 'or replace statement is allowed', if needed.
Signature:
triggerDefinition?: string;
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.