Re: case dumbiness in return from functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: case dumbiness in return from functions
Дата
Msg-id 17308.1200614879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на case dumbiness in return from functions  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Ответы Re: case dumbiness in return from functions  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Re: case dumbiness in return from functions  (Nico Sabbi <nsabbi@officinedigitali.it>)
Список pgsql-general
Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> After discovering that pg_get_serial_sequence behaves in a bit
> strange way[1] when it deals to case sensitiveness

The SQL standard specifies that unquoted identifiers are case-insensitive.
You're welcome to spell them as camelCase in your source code if you
feel like it, but don't expect that PG, or any other SQL-compliant
database, will pay attention.

            regards, tom lane

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: case dumbiness in return from functions
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: case dumbiness in return from functions