Re: PgBouncer-Postgres : un supported startup parameter statement_timeout

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Achilleas Mantzios <a(dot)mantzios(at)cloud(dot)gatewaynet(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PgBouncer-Postgres : un supported startup parameter statement_timeout
Date: 2025-07-16 15:29:13
Message-ID: 2bf898a9-91ea-4177-b24a-2ef7e2c81715@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)smadevnu:~ % psql "postgresql://localhost:5432?statement_timeout=10"
> psql: error: invalid URI query parameter: "statement_timeout"
> achill(at)smadevnu:~ % psql "postgresql://localhost:9999?statement_timeout=10"
> psql: error: invalid URI query parameter: "statement_timeout"
> achill(at)smadevnu:~ % psql "postgresql://localhost:6432?statement_timeout=10"
> psql: error: invalid URI query parameter: "statement_timeout"

For completeness the below does work:

psql postgresql://postgres(at)localhost:5432?options=-cstatement_timeout%3D10

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2025-07-16 15:48:10 Re: Bypassing Directory Ownership Check in PostgreSQL 16.6 with Secure z/OS NFS (AT-TLS)
Previous Message Ron Johnson 2025-07-16 14:17:43 Re: Bypassing Directory Ownership Check in PostgreSQL 16.6 with Secure z/OS NFS (AT-TLS)