Re: PgBouncer-Postgres : un supported startup parameter statement_timeout

2025-07-16 Thread Adrian Klaver
On 7/16/25 00:40, Achilleas Mantzios wrote: On 7/16/25 08:22, KK CHN wrote: How? I am getting , connecting directly to postgresql, or pgpool, or pgbouncer : achill@smadevnu:~ % psql "postgresql://localhost:5432?statement_timeout=10" psql: error: invalid URI query parameter: "statement_tim

Re: PgBouncer-Postgres : un supported startup parameter statement_timeout

2025-07-16 Thread Achilleas Mantzios
On 7/16/25 08:40, Achilleas Mantzios wrote: On 7/16/25 08:22, KK CHN wrote: Hi, I am facing an issue with PgBouncer-Postgres setup, *PgBouncer (PgBouncer 1.23.1 running on VM instance FreeBSD 14.2) and PostgreSQL DB cluster on a virtual machine (PG version 16.0,  RHEL 9.4) *. My applica

Re: PgBouncer-Postgres : un supported startup parameter statement_timeout

2025-07-16 Thread Robert Sjöblom
There's an option to ignore parameters in pgbouncer's config. Here's an SO answer that gives an example: https://stackoverflow.com/a/36911794 On Wed, 16 Jul 2025, 09:19 KK CHN, wrote: > Hi, > > I am facing an issue with PgBouncer-Postgres setup, > > *PgBouncer (PgBouncer 1.23.1 running on VM ins

Re: PgBouncer-Postgres : un supported startup parameter statement_timeout

2025-07-16 Thread Achilleas Mantzios
On 7/16/25 08:22, KK CHN wrote: Hi, I am facing an issue with PgBouncer-Postgres setup, *PgBouncer (PgBouncer 1.23.1 running on VM instance FreeBSD 14.2) and PostgreSQL DB cluster on a virtual machine (PG version 16.0,  RHEL 9.4) *. My application backend is nodeJS which throws the follow

PgBouncer-Postgres : un supported startup parameter statement_timeout

2025-07-16 Thread KK CHN
Hi, I am facing an issue with PgBouncer-Postgres setup, *PgBouncer (PgBouncer 1.23.1 running on VM instance FreeBSD 14.2) and PostgreSQL DB cluster on a virtual machine (PG version 16.0, RHEL 9.4) *. My application backend is nodeJS which throws the following Error in the nodejs console log: