Re: question re double quotes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question re double quotes
Дата
Msg-id 2002.1066656311@sss.pgh.pa.us
обсуждение исходный текст
Ответ на question re double quotes  (Ben Kim <bkim@edsun.coe.tamu.edu>)
Ответы Re: question re double quotes  (Ben Kim <bkim@edsun.coe.tamu.edu>)
Список pgsql-admin
Ben Kim <bkim@edsun.coe.tamu.edu> writes:
> Thanks for the reply.  I haven't looked at the source code yet, but
> assuming I understood it correctly, if we can simply add double quotes
> around tab-completed names, it alone would be very convenient.

> On Thu, 16 Oct 2003, Tom Lane wrote:
>> Actually, maybe all we need to do is apply quote_ident() in the
>> tab-completion queries ... hmmm ...

I did commit a fix along this line last week.  As of CVS tip,
given
    create table "MixedCase" (f1 int);
psql will offer no completions for
    update M<tab>
but will auto-complete
    update "M<tab>
as
     update "MixedCase"

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Mailing List
Дата:
Сообщение: Re: Postgresql Memory Problem
Следующее
От: Rhaoni Chiu Pereira
Дата:
Сообщение: Low Insert/Update Performance