Skip to content
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

Grnat statement on Procedure is failing with Error #294

Open
Rama-Selvaraj opened this issue May 2, 2023 · 0 comments
Open

Grnat statement on Procedure is failing with Error #294

Rama-Selvaraj opened this issue May 2, 2023 · 0 comments

Comments

@Rama-Selvaraj
Copy link

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 cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:278)
at cz.startnet.utils.pgdiff.loader.PgDumpLoader.loadDatabaseSchema(PgDumpLoader.java:322)
at cz.startnet.utils.pgdiff.PgDiff.createDiff(PgDiff.java:40)
at cz.startnet.utils.pgdiff.Main.main(Main.java:39)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant