tpa icon indicating copy to clipboard operation
tpa copied to clipboard

💡 [REQUEST] - Allow for settable ignore_startup_parameters for pgbouncer

Open arnoldthebat opened this issue 3 months ago • 1 comments

Summary

To allow for scenarios where pgbouncer needs overrides to startup parameters, pgbouncer.ini.j2 would be beneficial to allow the following setting:

Instead of ignore_startup_parameters = extra_float_digits

ignore_startup_parameters = {{ pgbouncer_ignore_startup_parameters | default('extra_float_digits') }}

Other than that, allow ;%include /etc/pgbouncer/pgbouncer-other.ini to be un-remarked and then we can place salient overrides in this file instead

Use case

This would allow scenarios such as allowing for `pooler error: unsupported startup parameter: search_path' without changing the JDBC connection strings (in this case)

Drawbacks

Potentially allows dangerous overrides to pgbouncer settings

Unresolved questions

No response

arnoldthebat avatar Sep 08 '25 18:09 arnoldthebat

The request has been taken into account, we have created a ticket on our internal board and will keep you updated once this will be selected for an upcoming release.

JonathanRenon-EDB avatar Oct 30 '25 14:10 JonathanRenon-EDB