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

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Greg Sabino Mullane <htamfids(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(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-17 14:05:45
Message-ID: CAGECzQSPoYu=G9JKVpcBM2m=K8qfu3CyFTiznLLeo+tDbp_QYQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 13 Jun 2025 at 15:57, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
> That doesn't address the concern that it's confusing what kind of object
> \close operates on. There are named and unnamed cursors (= portals),
> after all.

Agreed. My vote is for \closeprepared as that aligns with the libpq function.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-06-17 14:10:04 Re: Avoid possible dereference null pointer (src/backend/utils/cache/relcache.c)
Previous Message Ranier Vilela 2025-06-17 14:04:37 Re: Avoid possible dereference null pointer (src/backend/utils/cache/relcache.c)