Re: Regclass and quoted table names

Поиск
Список
Период
Сортировка
От Emmanuel Cecchet
Тема Re: Regclass and quoted table names
Дата
Msg-id 49AE7541.1030700@asterdata.com
обсуждение исходный текст
Ответ на Re: Regclass and quoted table names  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Regclass and quoted table names
Список pgsql-hackers
Tom Lane wrote:
> Emmanuel Cecchet <manu@asterdata.com> writes:
>   
>> It looks like the behavior of regclass is not consistent when table 
>> names are quoted. The name is returned without the quotes if the name is 
>> lower case with eventual trailing numbers, otherwise it is returned with 
>> quotes.
>>     
>
> It's intentional that it quotes only when needed.
>   
This is problematic in situations where the output of the cast is involved in some later join which returns incorrect
resultsbecause of the extra double quotes surrounding the table name. 
 
Is there a way to override the default behavior to have a consistent quoted or non-quoted result?

Thanks,
Emmanuel

-- 
Emmanuel Cecchet
Aster Data Systems
Web: http://www.asterdata.com



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Immediate shutdown and system(3)
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Regclass and quoted table names