-
Notifications
You must be signed in to change notification settings - Fork 138
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 Procedures- Postgres 11 #251
Conversation
PRs from others:231(ArthurSL),148(erhuabushuo),240(jonnio)
Drop and Add constraint if table exists, issue #252 |
…hema. Copy corrections from: Support Postgresql 12 - Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes fordfrog#271 marcus-kempe fix for null pointer exception fordfrog#270 marco44 Fix issue where rule parsing was throwing # 269-marcus-kempe fixed some crashes fordfrog#257 d1maxa
…TE TRIGGER fordfrog#273 alexander-smyslov
Some other corrections Error on disable/enable trigger on trigger that dont exists on old schema. Copy corrections from: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PARTITION BY #274
Initial suport do identity column. #277 |
src/main/java/cz/startnet/utils/pgdiff/parsers/CreateIndexParser.java
Outdated
Show resolved
Hide resolved
src/main/java/cz/startnet/utils/pgdiff/parsers/CreateTriggerParser.java
Outdated
Show resolved
Hide resolved
Hi. |
thank you :-) |
Procedure was introduced in Postgres 11, so this PR contains the initial support. Soon I will submit some tests files.
https://www.postgresql.org/docs/11/sql-createprocedure.html
https://blog.2ndquadrant.com/postgresql-11-server-side-procedures-part-1/