quoting psql varible as identifier

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: quoting psql varible as identifier
Date: 2009-12-29 16:57:15
Message-ID: 162867790912290857m340ab1f1s76ef48c6e7241398@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-12-29 17:50:07 Re: Serializable implementation
Previous Message Tom Lane 2009-12-29 16:13:03 Re: Hot Standy introduced problem with query cancel behavior