Quick Varchar Question

From: Daniel Forsyth <forsyth(at)dataforge(dot)on(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Quick Varchar Question
Date: 2000-02-10 15:49:57
Message-ID: 38A2DE25.8398F6EC@dataforge.on.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Just wondering if there is any way in Postgres 6.5 to force varchars
to be interpreted on an insert string as UPPER case only? ie: insert
into bla values ('lala') ....

'lala' would be forced to uppercase WITHOUT using the upper()
function in the insert string.

I need this because I'm shooting data in from applixware, and users
tend to type lower case.

Thanks, please reply to my email address

--
Dan

Browse pgsql-general by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-02-10 16:01:50 Re: [GENERAL] view columm size.....
Previous Message Bruce Momjian 2000-02-10 15:36:28 Re: [GENERAL] features of PGSQL