fordfrog / apgdiff

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

mat view support? #263

Open hyperknot opened 4 years ago

hyperknot commented 4 years ago

I've installed latest version from homebrew, just to make a diff on two very simple schema dump.

However it seems to terminate when it encounters an

ALTER TABLE public.my_mat_view OWNER TO user;

line.