Re: order by question.

From: "Jose Blanco" <blancoj(at)umich(dot)edu>
To: "'Jose Blanco'" <blancoj(at)umich(dot)edu>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: order by question.
Date: 2007-05-04 17:59:46
Message-ID: 20070504175952.783079FBE7F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I'll try this question again.

_____

From: pgsql-bugs-owner(at)postgresql(dot)org
[mailto:pgsql-bugs-owner(at)postgresql(dot)org] On Behalf Of Jose Blanco
Sent: Thursday, May 03, 2007 4:12 PM
To: pgsql-bugs(at)postgresql(dot)org
Subject: [BUGS] order by question.

I'm using version 7.3 of postgres and when I issue the following command

select author, sort_author from itemsbyauthor where sort_author like 'tan%';

I get the following results:

Author sort_author

Tan, Weihong | tan, weihong

Tang, S. C. | tang, s. c.

Tan, Fang | tan, fang

Note how the tan's are not grouped together when I think they should be. Is
this something that is fixed in a more current version of postgres?

Thank you!

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-05-04 18:23:43 Re: order by question.
Previous Message Tom Lane 2007-05-04 16:41:29 Re: Grantor name gets lost when grantor role dropped