You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PG, you're able to attach a trigger to a table using CREATE CONSTRAINT TRIGGER, and declare it as DEFERRABLE INITIALLY DEFERRED. It would be nice to be able to manage this kind of trigger with HairTrigger if possible.
In addition, it would be nice to be able to attach database comments to functions using COMMENT ON FUNCTION.
The text was updated successfully, but these errors were encountered:
In PG, you're able to attach a trigger to a table using
CREATE CONSTRAINT TRIGGER
, and declare it asDEFERRABLE INITIALLY DEFERRED
. It would be nice to be able to manage this kind of trigger with HairTrigger if possible.In addition, it would be nice to be able to attach database comments to functions using
COMMENT ON FUNCTION
.The text was updated successfully, but these errors were encountered: