Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignore extra_float_digits parameter in JetBrains

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?

like image 371
Mikhail G Avatar asked Oct 29 '25 04:10

Mikhail G


1 Answers

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
like image 171
Laurenz Albe Avatar answered Oct 30 '25 17:10

Laurenz Albe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!