Re: Why format() adds double quote?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why format() adds double quote?
Дата
Msg-id 822.1453913665@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why format() adds double quote?  ("Daniel Verite" <daniel@manitou-mail.org>)
Ответы Re: Why format() adds double quote?  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
"Daniel Verite" <daniel@manitou-mail.org> writes:
> This boils down to the fact that the current quote_ident gives:

> =# select quote_ident('test․table');
>  quote_ident  
> --------------
>  "test․table"

> whereas the quote_ident patched as proposed gives:

> =# select quote_ident('test․table');
>  quote_ident 
> -------------
>  test․table

> So this is what I don't feel good about.

This patch was originally proposed as a simple, cost-free change,
but it's becoming obvious that it is no such thing.  I think
we should probably reject it and move on.
        regards, tom lane



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

Предыдущее
От: "Igal @ Lucee.org"
Дата:
Сообщение: Re: Implementing a new Scripting Language
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Sequence Access Method WIP