Re: why ORDER BY works wrong in pg7.3.4?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: root(at)osb368(dot)nnov(dot)ru
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: why ORDER BY works wrong in pg7.3.4?
Date: 2003-11-21 15:18:43
Message-ID: 12305.1069427923@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

igor <root(at)osb368(dot)nnov(dot)ru> writes:
> why "order by" and "like" doesnt work in 7.3.4 properly? - im working
> with ALT server local settings.
> in 7.2.xx all this things worked well .

Most likely you forgot to select the right locale settings before
initdb'ing the 7.3 installation. pg_controldata can help you check
what locale is in force in the database.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin_Hurst 2003-11-21 15:29:15 Where is Postgesql ? - MYSQL SURPRISES WITH MAXDB / MySQL appliance for Linux arrives
Previous Message Tom Lane 2003-11-21 15:16:56 Re: PGSQL on shared hosting