From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: 8.0.5 Bug in unique indexes? |
Date: | 2006-01-19 15:42:21 |
Message-ID: | 43CFB35D.9050703@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> "Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
>
>> Odd problem with unique indexes:
>>
>
> What's the database's locale? This could be the same problem fixed in
> 8.0.6, if the locale has weird ideas about what string equality means.
>
lc_collate | C
lc_ctype | C
lc_messages | en_US.UTF-8
lc_monetary | en_US.UTF-8
lc_numeric | en_US.UTF-8
lc_time | en_US.UTF-8
Sincerely,
Joshua D. Drake
> regards, tom lane
>
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl - http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Browne | 2006-01-19 15:42:42 | Re: Surrogate keys |
Previous Message | Jim C. Nasby | 2006-01-19 15:27:12 | Re: No heap lookups on index |