Re: Unquoted column names fold to lower case

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Unquoted column names fold to lower case
Дата
Msg-id 20130703152402.GA6492@momjian.us
обсуждение исходный текст
Ответ на Re: Unquoted column names fold to lower case  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: Unquoted column names fold to lower case  (Dev Kumkar <devdas.kumkar@gmail.com>)
Список pgsql-sql
On Wed, Jul  3, 2013 at 04:16:41PM +0200, Thomas Kellerer wrote:
> Theodore Petrosky, 03.07.2013 15:41:
> > sorry, but you misunderstand. this is the correct behavior of SQL.
> > 
> > It is part of the specification to do this.
> > 
> 
> Not quite. The SQL standard requires folding to uppercase. 

Agreed.  The original poster specifically wanted "MYTABLE" and mytable
to be the same, not "mytable" and mytable.  Postgres is certainly
non-standard in this area.  I think the ability visiually distinguish
lower-case letters better than upper-case letters has led to our
behavior.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Unquoted column names fold to lower case
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Unquoted column names fold to lower case