| From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
|---|---|
| To: | "Dwayne Miller" <dmiller(at)espgroup(dot)net>, "PostgreSQL Development" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Case insensitivity, and option? |
| Date: | 2003-03-12 18:43:57 |
| Message-ID: | 03AF4E498C591348A42FC93DEA9661B8259D9A@mail.vale-housing.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> -----Original Message-----
> From: Dwayne Miller [mailto:dmiller(at)espgroup(dot)net]
> Sent: 12 March 2003 18:35
> To: PostgreSQL Development
> Subject: Re: [HACKERS] Case insensitivity, and option?
>
>
> I know that the MSSQL code works because the default
> collation sequence
> for character fields is case-insensitive. You can change it for each
> field independantly to be case sensitive, local specific,
> etc. I'm not
> sure if PG supports a collation sequence attribute on column
> definitions/indexes.
Iirc, you can set the default collation at install time - I believe the
default is case sensitive.
Regards, Dave.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rod Taylor | 2003-03-12 18:46:47 | Re: Case insensitivity, and option? |
| Previous Message | Dave Page | 2003-03-12 18:41:50 | Re: Roadmap for FE/BE protocol redesign |