| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Using MS Access front-end with PG] |
| Date: | 2007-04-04 03:20:07 |
| Message-ID: | 15103.1175656807@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au> writes:
> Tom Lane wrote:
>> That could be attacked in a few ways, depending on whether you want
>> all text comparisons to be case-insensitive or only some (and if so
>> which "some").
> I don't have any case sensitive data - so if sensitivity could be
> completely disabled by a parameter somewhere, that would be nice.
If you are certain of that, the best way would be to initdb in a
case-insensitive locale setting. My locale-fu is insufficient to
tell you exactly how to create a case-insensitive locale if you
haven't got one already, but I believe it is possible. One note
is to be sure that the locale uses the character encoding you want
to use.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2007-04-04 03:22:31 | Re: Using MS Access front-end with PG] |
| Previous Message | Paul Lambert | 2007-04-04 03:03:53 | Re: Using MS Access front-end with PG |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joshua D. Drake | 2007-04-04 03:22:31 | Re: Using MS Access front-end with PG] |
| Previous Message | Klint Gore | 2007-04-04 03:02:24 | Re: Using MS Access front-end with PG] |