Re: Why format() adds double quote?

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: daniel(at)manitou-mail(dot)org, listas(at)guedesoft(dot)net, robertmhaas(at)gmail(dot)com, pavel(dot)stehule(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Why format() adds double quote?
Date: 2016-01-28 00:05:40
Message-ID: 20160128.090540.1022891246857852864.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> "Daniel Verite" <daniel(at)manitou-mail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-01-28 00:09:37 Re: Add numeric_trim(numeric)
Previous Message Alvaro Herrera 2016-01-28 00:04:48 Re: [PATCH] we have added support for box type in SP-GiST index