Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for deferred constraint triggers. #54

Open
jmcnevin opened this issue Oct 6, 2016 · 0 comments
Open

Support for deferred constraint triggers. #54

jmcnevin opened this issue Oct 6, 2016 · 0 comments
Labels

Comments

@jmcnevin
Copy link

jmcnevin commented Oct 6, 2016

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.

@jenseng jenseng added the feature label Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants