Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx

From: Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com>
To: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx
Date: 2025-06-18 06:23:13
Message-ID: CAO6_XqqWkqHFObGo7mhUgBztj05wP9OxHmLd2sJccs4H_uPM+g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 17, 2025 at 4:05 PM Jelte Fennema-Nio <postgres(at)jeltef(dot)nl> wrote:
>
> Agreed. My vote is for \closeprepared as that aligns with the libpq function.

Since \bind_named is also new, we can also rename it to make it
consistent with close meta-command. So what about renaming \bind_named
to \bindprepared and \close to \closeprepared?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matt Smith (matts3) 2025-06-18 06:40:41 Re: [PATCH] Add an ldflags_sl meson build option
Previous Message Fujii Masao 2025-06-18 05:58:57 Re: Allow pg_dump --statistics-only to dump foreign table statistics?