- Notifications
You must be signed in to change notification settings - Fork515
AddReadOnly
inTargetSessionAttrs
#1110
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
AddReadOnly
inTargetSessionAttrs
#1110
Uh oh!
There was an error while loading.Please reload this page.
Conversation
/// The session must allow writes. | ||
ReadWrite, | ||
/// The session allow only reads. | ||
ReadOnly, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This presumably needs to be used somewhere in the connection code.
chandr-andrMar 3, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@sfackler Sry, haven't committed my latest changes. Please have a look.
Thanks! |
Uh oh!
There was an error while loading.Please reload this page.
Hi!
I've found that there is no option to set
read-only
intarget-session-attrs
for connection to PostgreSQL.Please, take a look at this pull request.