Re: info about patch: using parametrised query in psql - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: info about patch: using parametrised query in psql
Date
Msg-id 162867790912251116y4049212ie69575eeb009d6bf@mail.gmail.com
Whole thread Raw
In response to Re: info about patch: using parametrised query in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2009/12/25 Tom Lane <tgl@sss.pgh.pa.us>:
> Robert Haas <robertmhaas@gmail.com> writes:
>> If we do want to go
>> with a single flag character, maybe it should just be a single or
>> double quote:
>
>> :'foo - quote as a literal
>> :"foo - quote as an ident
>
> I would've proposed that myself if I thought it would work, but I'm
> afraid that it will wreak complete chaos from a parsing standpoint.
> Half the tools in the world will think this is an incomplete literal,
> and I'm not even very sure you could keep psql itself from getting
> confused.
>

I though about it too.

> Hmm ... actually, though, what about combining the ideas:
>
>        :'foo' - quote as a literal
>        :"foo" - quote as an ident
>
> This leaves us with nothing much as far as extensibility, but from
> a mnemonic standpoint it's a large win.

+1

Pavel




>
>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: ORDER BY clause in aggregate doesn't work well with multi argument aggregates
Next
From: Robert Haas
Date:
Subject: Re: info about patch: using parametrised query in psql