Re: Unquoted column names fold to lower case
От | Dev Kumkar |
---|---|
Тема | Re: Unquoted column names fold to lower case |
Дата | |
Msg-id | CALSLE1Pxn7aL1P4tW5vL6GL7h9V1YrZU2KmFeTaHQ2ok4hb_xg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Unquoted column names fold to lower case (Bruce Momjian <bruce@momjian.us>) |
Ответы |
Re: Unquoted column names fold to lower case
Re: Unquoted column names fold to lower case |
Список | pgsql-sql |
On Wed, Jul 3, 2013 at 9:05 PM, Bruce Momjian <bruce@momjian.us> wrote:
Yes, both the identifier names and alias names are folded to lower case.
I never thought of them as different, but you are right, they are, and
we are non-standard in both areas. Sorry.
Any plans to fix this in next release or having a patch to fix this?
The default PostgreSQL behavior is folding column names to lower case but when an alias is used it should fold as per alias name.
Note that adding quotes for aliases will be blessed by PostgreSQL and then those will be folded to upper case BUT this adds up to lot of changes in the SQL layer.
Regards...
The default PostgreSQL behavior is folding column names to lower case but when an alias is used it should fold as per alias name.
Note that adding quotes for aliases will be blessed by PostgreSQL and then those will be folded to upper case BUT this adds up to lot of changes in the SQL layer.
Regards...
В списке pgsql-sql по дате отправления: