View Revisions: Issue #6779
Summary | 0006779: Postgresql DDL trigger fails when sym_trigger_hist is located in another schema | ||
---|---|---|---|
Revision | 2025-03-27 21:19 by pbelov | ||
Additional Information | The error occurs in the function fsym_on_filtered_ddl, which implements the DDL trigger for Postgres endpoint. PGSQL code references two tables directly: sym_trigger_hist, sym_trigger while they are located in another schema (which is not part of the search_path ). |
||
Revision | 2025-03-21 21:00 by pbelov | ||
Additional Information |