apgdiff
apgdiff copied to clipboard
Another PostgreSQL Diff Tool
Replace with https://repo.maven.apache.org Tested with `ant` 1.10.12 on Ubuntu 22.04 with openjdk 11.0.20.1.
Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot parse string: GRANT ALL ON PROCEDURE public.test() TO trading_rw; Expected TO at position 24 'public.test() TO tra' at cz.startnet.utils.pgdiff.parsers.Parser.expect(Parser.java:92) at cz.startnet.utils.pgdiff.parsers.Parser.expect(Parser.java:47) at cz.startnet.utils.pgdiff.parsers.GrantRevokeParser.parse(GrantRevokeParser.java:155) at...
Before: ``` CREATE COLLATION public."de-u-co-phonebk-x-icu" (provider = icu, locale = 'de-u-co-phonebk'); CREATE TABLE testtable ( name text PRIMARY KEY ); ``` After: ``` CREATE COLLATION public."de-u-co-phonebk-x-icu" (provider = icu, locale...
it does not seem the apgdiff is working for me - the 2 dump files are create I extract the apgdiff2.4 to my folder and run the command from that...
correction pour prise en compte ON ONLY