fordfrog / apgdiff

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

Is there a way to include drop functions when making an difference script for 2 SQL scripts? #248

Open laurentkvb opened 5 years ago

laurentkvb commented 5 years ago

We want to include the drop command line for functions that are changed / difference from 2 SQL scripts.

laurentkvb commented 5 years ago

So instead of only this:

Add the drop function for it:

valoricDe commented 5 years ago

What would be the difference in behaviour?