From: | "Lloyd Mason" <lloydm(at)pbsinet(dot)com> |
---|---|
To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Unexplained case insensitive results |
Date: | 2007-04-16 15:01:30 |
Message-ID: | 000001c78038$1d54d050$57fe70f0$@com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I have also tried the query using the same encoding with both the 8.1.5 and
8.1.8 versions and the query is still coming back with different results.
The 8.1.5 shows all records that include upper and lower case while the
8.1.8 shows only the lower case.
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Monday, April 02, 2007 12:18 PM
To: Lloyd Mason
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Unexplained case insensitive results
"Lloyd Mason" <LloydM(at)pbsinet(dot)com> writes:
> There appears to be a difference in the results from the following SQL
> statement when run on an 8.1.5 version versus a 8.1.8 version:
I imagine you initdb'd the two installations with different locale
settings. Check "show lc_collate".
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-04-16 15:15:20 | Re: Dump & restore required for x86 -> EM64T? |
Previous Message | Nico Sabbi | 2007-04-16 14:59:04 | Re: Help setting up warm standby replication |