Is there an option to exclude owner/role commands in exported SQL file? #5644
Unanswered
ericdrosas87
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I looked through the documentation and source code, but couldn't find anything related to passing an option to prevent the
REVOKE
/GRANT
commands from being appended at the end of the SQL dump file.These are the lines I'm referring to:
A snippet of the code being used:
Is there a way to pass in an additional options object to prevent these commands from being appended?
Beta Was this translation helpful? Give feedback.
All reactions