Re: help from Portugal

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pedro Guedes <pmg01(at)netc(dot)pt>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: help from Portugal
Date: 2003-10-30 22:31:53
Message-ID: 3518.1067553113@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Pedro Miguel Guedes <pmg01(at)netc(dot)pt> writes:
> On the old system I did the query:
> SELECT * FROM contactos WHERE empresa_nome ILIKE %nestl%;
> and it did work
> O the new system it does not produce nothing!???

I think you have the wrong locale setting in your new database. The
database locale (at least LC_COLLATE and LC_CTYPE) is frozen at initdb
time. It seems likely that you initdb'd with the wrong settings.
(pg_controldata can help you check this for sure.)

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Chris White (cjwhite) 2003-10-30 23:59:43 Another database recovery problem
Previous Message Tom Lane 2003-10-30 22:14:19 Re: Shared memory corrupted?