Ordering not acting right. - Mailing list pgsql-admin

From Blanco, Jose
Subject Ordering not acting right.
Date
Msg-id E0217C87D1BA1043AC897ACFA468CEE6022EF9A8@ECLUST2-VS3.adsroot.itcs.umich.edu
Whole thread Raw
Responses Re: Ordering not acting right.  (Lennin Caro <lennin.caro@yahoo.com>)
Re: Ordering not acting right.  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-admin
I have a text field which I use to store names ( lastname, firstname )
and suppose we have the following 3 authors in the field:
   ta, a
   ta, z
   tab, a

I would expect them to show up in the order shown above when I select
this field and order it by it, but instead I get:

   ta, a
   tab, a
   ta, z

Some one has suggested that this may have to do with my locale setting.
I'm not an administrator so I'm not sure what how to check for the
locale setting or what to change it to.  Does any one have any
suggestions?

I'm using postgres 8.1.11.

Thank you!
Jose

pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Regarding access to a user
Next
From: Lennin Caro
Date:
Subject: Re: Ordering not acting right.