quoting psql varible as identifier - Mailing list pgsql-hackers

From Pavel Stehule
Subject quoting psql varible as identifier
Date
Msg-id 162867790912290857m340ab1f1s76ef48c6e7241398@mail.gmail.com
Whole thread Raw
Responses Re: quoting psql varible as identifier
Re: quoting psql varible as identifier
List pgsql-hackers
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?

Pavel


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hot Standy introduced problem with query cancel behavior
Next
From: "Kevin Grittner"
Date:
Subject: Re: Serializable implementation