Uppercase field names not found

From: Scot Wilcoxon <scot(at)wilcoxon(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Subject: Uppercase field names not found
Date: 2002-06-18 01:25:39
Message-ID: 3D0E8C13.4000205@wilcoxon.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David Stanaway 2002-06-18 12:47:37 Re: Uppercase field names not found
Previous Message Bruce Momjian 2002-06-17 15:46:28 Re: create table permission