Uppercase field names not found - Mailing list pgsql-admin

From Scot Wilcoxon
Subject Uppercase field names not found
Date
Msg-id 3D0E8C13.4000205@wilcoxon.org
Whole thread Raw
Responses Re: Uppercase field names not found  (David Stanaway <david@stanaway.net>)
List pgsql-admin
I've seen a few comments of people encountering this problem, but not
yet a solution:

Upper case field names in commands are forced to lower case and then not
found.

I was able to create a table with a field  called "ABC".

"SELECT ABC FROM mytable;"
emits the error
"no such attribute or function abc"


pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: create table permission
Next
From: David Stanaway
Date:
Subject: Re: Uppercase field names not found