Re: Case sensitivity

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: brichard(at)cafod(dot)org(dot)uk (Bruce Richardson)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Case sensitivity
Date: 2001-02-27 15:07:03
Message-ID: 200102271507.f1RF74w09387@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Richardson wrote:
>Discovering that text fields in Postgres are case sensitive - so "Text"
><> "text" and both can go into the same UNIQUE column - threw me a bit,
>as this is different from other databases I've worked with.

Well, they are different, aren't they?

>Is there a toggle to turn off case sensitivity, either for a whole
>database or for a column? Or do I just have to get used to ~*?

You can create a unique index on lower(column); ~* is very nice,
any way.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"If we confess our sins, he is faithful and just to
forgive us our sins, and to cleanse us from all
unrighteousness." I John 1:9

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2001-02-27 15:43:46 Re: inheritance and partial index: how to override constraints or default_values
Previous Message Gregory Wood 2001-02-27 15:05:17 Re: Slowdown problem when writing 1.7million records