Enforcing Case - Mailing list pgsql-novice

From JDK
Subject Enforcing Case
Date
Msg-id 20020822142120.GA24525@starport.org
Whole thread Raw
Responses Re: Enforcing Case  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-novice
I have a small single table database that multiple people enter data
into, and I do some reporting from.  I would like to be able to
force everything to upper case because currently it seems that ABCD
or abcd or AbCd are all treated as unique, and it cause me problems
in reporting, not to mention it makes me nuts seeing the data in the
tables all inconsistent like that.

How would I force everything to upper case?

I'm using PostgreSQL 7.2.1 on Debian Sid.

Thanks in advance,
jdk


pgsql-novice by date:

Previous
From: "Henshall, Stuart - WCP"
Date:
Subject: Re: Searching the Database
Next
From: Bruno Wolff III
Date:
Subject: Re: Enforcing Case