Re: problem with query

From: Bosco Rama <postgres(at)boscorama(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: problem with query
Date: 2013-09-12 22:02:19
Message-ID: 523239EB.9010102@boscorama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Scattini 2013-09-12 22:03:48 Re: problem with query
Previous Message Chris Curvey 2013-09-12 21:49:47 Re: problem with query