-
-
Notifications
You must be signed in to change notification settings - Fork 397
Unable to connect on PostgreSQL via pgbouncer. #559
Copy link
Copy link
Closed
Description
Hi,
I'm trying to connect commafeed on postgresql via pgbouncer but I'm getting this error in pgbouncer
2014-03-10 21:13:59.385 5773 WARNING C-0x1be8bb0: (nodb)/(nouser)@127.0.0.1:38733 unsupported startup parameter: extra_float_digits=2
2014-03-10 21:13:59.385 5773 LOG C-0x1be8bb0: (nodb)/(nouser)@127.0.0.1:38733 closing because: Unsupported startup parameter: extra_float_digits (age=0)
2014-03-10 21:13:59.385 5773 WARNING C-0x1be8bb0: (nodb)/(nouser)@127.0.0.1:38733 Pooler Error: Unsupported startup parameter: extra_float_digits
Commafeeds logs show this :
My database configuration file is like this:
<Resource id="PostgreSQL" type="DataSource">
JdbcDriver org.postgresql.Driver
JdbcUrl jdbc:postgresql://localhost:6432/commafeed
UserName xxxxxxxxxxxxx
Password xxxxxxxxxxxx
MaxActive 5
</Resource>
This configuration file is working fine when I'm directly connect to PostgreSQL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels