apgdiff icon indicating copy to clipboard operation
apgdiff copied to clipboard

ALTER TABLE XX REPLICA IDENTITY FULL;

Open wingedpig opened this issue 7 years ago • 0 comments

apgdiff 2.4 throws an exception on the line:

ALTER TABLE ONLY groups REPLICA IDENTITY FULL;

The exception is:

Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot parse string: ALTER TABLE ONLY groups REPLICA IDENTITY FULL; Unsupported command at position 25 'REPLICA IDENTITY FUL' at cz.startnet.utils.pgdiff.parsers.Parser.throwUnsupportedCommand(Parser.java:390) at cz.startnet.utils.pgdiff.parsers.AlterTableParser.parse(AlterTableParser.java:106) at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:180) at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:236) at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java:33) at cz.startnet.utils.pgdiff.Main.main(Main.java:39)

wingedpig avatar Oct 10 '17 20:10 wingedpig