Re: problem with query - Mailing list pgsql-general

From Bosco Rama
Subject Re: problem with query
Date
Msg-id 523239EB.9010102@boscorama.com
Whole thread Raw
In response to Re: problem with query  (Chris Curvey <chris@chriscurvey.com>)
Responses Re: problem with query  (Roberto Scattini <roberto.scattini@gmail.com>)
List pgsql-general
On 09/12/13 14:49, Chris Curvey wrote:
> Is this just a case-sentitvity issue?  if personas.apellido is a varchar
> field, then I think that's your trouble.  (it would have to be citext in
> order for "nunez" = "NUNEZ".)

He's using 'ilike' in his query, so this is more likely to be a
locale/charset/collation/encoding issue.

Roberto, what encodings are in use by the client and the server/DB?

HTH,
Bosco.


pgsql-general by date:

Previous
From: Chris Curvey
Date:
Subject: Re: problem with query
Next
From: Roberto Scattini
Date:
Subject: Re: problem with query