I try to connect to PostgreSQL database via JetBrains products (PyCharm or DataGrip) but I get
[08P01] ERROR: unsupported startup parameter: extra_float_digits.
I saw answers about extra_float_digits parameter in PgBouncer, but I have no access to server with PgBouncer.
Is there a way to solve this on client side?
That is a pgBouncer error message, so you must be connecting through pgBouncer.
You will have to add this to pgbouncer.ini:
ignore_startup_parameters = extra_float_digits
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With