-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partition by range not supported in 2.6.0 #261
Comments
Can you help testing ? There is 2.6.1 jar on https://github.com/jalissonmello/apgdiff/tree/develop/releases Maybe your problem was resolved. |
Had the same problem, downloaded 2.7.0 and the problem was gone, thank you. I now have a different problem, but it's probably out of scope for this issue:
|
@rokcarl did you find a work-around |
Not that I remember. |
@rokcarl I am also getting the same issue. Can you please tell me if you find any solution or work around for this issue? |
First of all, I want to thank you for your efforts on this particular utility. I have a fairly complex schema that I'm trying to compare by environments, and I today downloaded 2.6.0, but it still complains about this syntax. Here is the specific error:
Unsupported command at position 1,250 'PARTITION BY RANGE ('
at cz.startnet.utils.pgdiff.parsers.Parser.throwUnsupportedCommand(Parse r.java:403)
at cz.startnet.utils.pgdiff.parsers.CreateTableParser.parse(CreateTableP arser.java:103)
at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDum pLoader.java:235)
at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDum pLoader.java:311)
at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java:35)
at cz.startnet.utils.pgdiff.Main.main(Main.java:39)
The text was updated successfully, but these errors were encountered: