Re: case dumbiness in return from functions - Mailing list pgsql-general

From Tom Lane
Subject Re: case dumbiness in return from functions
Date
Msg-id 17308.1200614879@sss.pgh.pa.us
Whole thread Raw
In response to case dumbiness in return from functions  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
Responses 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>)
List 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 by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: case dumbiness in return from functions
Next
From: Ivan Sergio Borgonovo
Date:
Subject: Re: case dumbiness in return from functions