Re: Why format() adds double quote?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Why format() adds double quote?
Дата
Msg-id 20160128.090540.1022891246857852864.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: Why format() adds double quote?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.

It seems I opend a can of worms. I'm going to reject my proposal
myself.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] we have added support for box type in SP-GiST index
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Add numeric_trim(numeric)