-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Closed
Copy link
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Do you see an area that can be clarified or expanded, a technical inaccuracy, or a broken link? Please describe.
The documentation for using Postgres through a connection pooler like pgbouncer appears to have a logic error; It states
Using a connection pooler in transaction pool mode (e.g. PgPool, or PgBouncer in transaction or statement pool mode) requires disabling server-side cursors, so this setting must be set to false.
The default setting is "false", the correct setting for this use case is "True"
Provide the URL or link to the exact page in the documentation to which you are referring.
Describe the solution you'd like
s/false/true
Consider opening a PR!
Looking into it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation