Re: psql: Add command to use extended query protocol - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql: Add command to use extended query protocol
Date
Msg-id 3496028.1667855531@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql: Add command to use extended query protocol  (Corey Huinker <corey.huinker@gmail.com>)
Responses Re: psql: Add command to use extended query protocol
List pgsql-hackers
Corey Huinker <corey.huinker@gmail.com> writes:
> I thought about basically reserving the \$[0-9]+ space as bind variables,
> but it is possible, though unlikely, that users have been naming their
> variables like that.

Don't we already reserve that syntax as Params?  Not sure whether there
would be any conflicts versus Params, but these are definitely not legal
as SQL identifiers.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [PATCH] pgbench: add multiconnect option
Next
From: Simon Riggs
Date:
Subject: Re: SUBTRANS: Minimizing calls to SubTransSetParent()