Re: string comparison problem

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: string comparison problem
Date: 2011-08-01 19:57:36
Message-ID: 4E370530.1010509@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/01/11 11:12 AM, Johnny Edge wrote:
> I have a problem with identical versions of postgresql - 8.3.13
> Config files are identical. HostA is a 32 bit CentOS 5.3 install and
> the hostB is x86_64 CentOS 6.
> Difference in architecture should not be a problem - I have another 64
> bit CentOS where both queries are executed displaying identical results.
> However, libraries which postgresql is compiled against on host B are
> significantly newer.
> Any thoughts how can this be resolved?
> PostgreSQL is compiled from source on both servers.

same client encoding on both instances?

SHOW CLIENT_ENCODING;
SHOW LC_COLLATE;

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2011-08-01 20:04:44 Re: string comparison problem
Previous Message Johnny Edge 2011-08-01 19:53:16 string comparison problem