From: | Christoph Strebin <cstrebin(at)softdevel(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Case insensitive columns |
Date: | 2001-04-11 10:50:32 |
Message-ID: | 3AD436F8.4090001@softdevel.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I have a problem similar to that described by Shaw Terwilliger on
2001-03-14 (Subject: Case Insensitive CHECK CONSTRAINTs):
I need some case insensitive char/varchar columns. A unique index on
lower(col_name) would help to avoid multiple entries only differing in
case. But it would be nice if existing applications which rely on case
insensitivity need not be changed. Also, I get foreign key constraint
violations when importing case insensitive data from Sybase.
How can I define case insensitive variants of all character types? Or
are there any other solutions?
Thanks!
--
Christoph Strebin
-----------------
SoftDevel AG · Haart 32 · D-24534 Neumünster
phone: +49 (0) 4321 / 85 15 0 · fax: +49 (0) 4321 / 85 15 15
eMail: cstrebin(at)softdevel(dot)com · url: http://www.softdevel.com
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Kretshkivsky | 2001-04-11 13:18:04 | PHP question |
Previous Message | ochapiteau | 2001-04-11 10:39:16 | memory usage and cache query |