| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
| Cc: | Richard Huxton <dev(at)archonet(dot)com>, Dario Ottaviano <dario_ottaviano(at)togliquestovirgilio(dot)it>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Case sensitivity |
| Date: | 2004-01-12 22:27:13 |
| Message-ID: | 5506.1073946433@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com> writes:
> Is there a case insensitive locale? Or is that even possible?
It's certainly possible, but I don't know of any standard locales that
behave like that.
One could also imagine developing a new set of comparison operators that
do case-insensitive comparison, and then making a special index opclass
for that. The locale-insensitive operators Peter built to optimize LIKE
indexing in 7.4 would be a good model.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | scott.marlowe | 2004-01-12 22:27:26 | Re: Vacuum Error |
| Previous Message | Richard Huxton | 2004-01-12 22:22:11 | Re: Case sensitivity |