fordfrog / apgdiff

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

Parse up to 3 identifier parts #237

Closed ArtursL closed 5 years ago

ArtursL commented 6 years ago

This is intended to enable parsing the output of newer versions of pg_dump, which use fully qualified identifiers instead of setting search_path (see #159, #173).

I'm not sure if this change would break backwards compatibility. If it does, an optional command line flag could be added to enable this behaviour.

valoricDe commented 5 years ago

I think this is resolved by @jalissonmello's pull request https://github.com/fordfrog/apgdiff/pull/240 I therefore close this pull request ok?