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

variable declarations support for postgres #34

Closed
jenseng opened this issue Jun 22, 2014 · 1 comment
Closed

variable declarations support for postgres #34

jenseng opened this issue Jun 22, 2014 · 1 comment
Labels

Comments

@jenseng
Copy link
Owner

jenseng commented Jun 22, 2014

in mysql you can declare variables in your trigger body. in postgres you need to do it in the declaration section (before the begin/end). so currently you can't use any non-predefined variables in postgres triggers managed by hairtrigger

there should be a chainable method (declare perhaps?) that lets you specify any such declarations

@jenseng
Copy link
Owner Author

jenseng commented Jun 22, 2014

related to #33

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

1 participant