Re: quoting psql varible as identifier - Mailing list pgsql-hackers

From Robert Haas
Subject Re: quoting psql varible as identifier
Date
Msg-id 51835CD8-6274-458E-96B2-25438F7382D3@gmail.com
Whole thread Raw
In response to quoting psql varible as identifier  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
On Dec 29, 2009, at 8:57 AM, Pavel Stehule <pavel.stehule@gmail.com>  
wrote:

> Hello
>
> I am working on new patch. I see a problem with copy quote_ident on
> client side. This function call ScanKeywordLookup function.
>
>                const ScanKeyword *keyword = ScanKeywordLookup(ident,
>
>                                    ScanKeywords,
>
>                                    NumScanKeywords);
>
> so we cannot simply implement quote_ident on client side :(. So we
> have to use a real query.
>
> It is acceptable for you?

No. It has to be client-side.

...Robert


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Serializable implementation
Next
From: Pavel Stehule
Date:
Subject: Re: quoting psql varible as identifier