Re: psql: Add command to use extended query protocol

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql: Add command to use extended query protocol
Date: 2022-11-02 05:18:54
Message-ID: CADkLM=eyhOzpdh=ozhKRJ0AHeHXkXHZz6LHNedSecYfxUPdF4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>
> SELECT $1, $2 \gp 'foo' 'bar'
>
>
I think this is a great idea, but I foresee people wanting to send that
output to a file or a pipe like \g allows. If we assume everything after
the \gp is a param, don't we paint ourselves into a corner?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-11-02 05:29:50 Incorrect include file order in guc-file.l
Previous Message Dilip Kumar 2022-11-02 03:52:32 Re: Code checks for App Devs, using new options for transaction behavior