-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
When using pooled connections the session configuration in a session will affect operations performed on what the client considers a new connection (but it is not, due to pooling).
For comparison, pg_bouncer default configuration is to issue a "DISCARD ALL" whenever a connection is released into the pool.
This ticket is for supporting a similar mechanism at the node pooled connection level. A "session reset" command could be configurable so that users using pg_bouncer could avoid doing it again.
Reactions are currently unavailable