Skip to main content
When you acquire a connection either using withConnection or getConnection you can specify config options which will be applied to the connection.
The SQL executed on the connection would be
These settings will stay on the Postgres connection after it gets released back to the pool so they might affect connections you will acquire in the future.

Default connection settings

You can specify default options that should be passed to every connection when its acquired from the pool.