fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
353 stars 138 forks source link

Support Procedures- Postgres 11 #251

Closed jalissonmello closed 2 years ago

jalissonmello commented 5 years ago

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/

jalissonmello commented 5 years ago

Drop and Add constraint if table exists, issue #252

jalissonmello commented 4 years ago

Some other corrections

Error on disable/enable trigger on trigger that dont exists on old schema.

Copy corrections from: Support Postgresql 12 -Add support for FUNCTION in CREATE TRIGGER #273 alexander-smyslov Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes #271 marcus-kempe fix for null pointer exception #270 marco44 Fix issue where rule parsing was throwing # 269-marcus-kempe fixed some crashes #257 d1maxa

jalissonmello commented 2 years ago

Initial suport do identity column. #277

jalissonmello commented 2 years ago

Hi. If possible, please check the changes again.

fordfrog commented 2 years ago

thank you :-)