fordfrog / apgdiff

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

SUPPORT POSTGRES 16: Alter sequence - OWNER TO fix #297

Closed lgwozniak closed 8 months ago

lgwozniak commented 8 months ago

ALTER SEQUENCE [...] OWNER TO [...] support.

It work with POSTGRES 16. Checked and verified. Currenty, without these changes, it is not possible to use this project in newer version of the Postgres.

lgwozniak commented 8 months ago

This is correct implementation for #211

fordfrog commented 8 months ago

This is correct implementation for #211

yes, this handles also diffing and not just the parsing. can you also add some tests?

lgwozniak commented 8 months ago

This is correct implementation for #211

yes, this handles also diffing and not just the parsing. can you also add some tests?

Done.