Re: Feature request: Settings to disable comments and multiple statements in a connection

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Dominique Devienne <ddevienne(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Glen K <glenk1973(at)hotmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Feature request: Settings to disable comments and multiple statements in a connection
Date: 2025-06-10 08:47:24
Message-ID: e6ccb4d38528c08b05c835c1c149ebdbb880d802.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2025-06-10 at 10:02 +0200, Dominique Devienne wrote:
> On Thu, Jun 5, 2025 at 1:06 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > > Provide a client connection option (and/or implement the backend support) to allow only one statement in an execute request
> >
> > This exists already; you just have to use the extended query protocol.
>
> Hi Tom. Can you be more specific please?
> In the context of LibPQ, in case it matters.

PQexecParams()

Yours,
Laurenz Albe

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Devienne 2025-06-10 12:50:11 is pg_stat_activity "transactional"? How fast does it update?
Previous Message Dominique Devienne 2025-06-10 08:02:30 Re: Feature request: Settings to disable comments and multiple statements in a connection