Re: order by question.

Поиск
Список
Период
Сортировка
От Jose Blanco
Тема Re: order by question.
Дата
Msg-id 20070504175952.783079FBE7F@postgresql.org
обсуждение исходный текст
Ответ на order by question.  ("Jose Blanco" <blancoj@umich.edu>)
Ответы Re: order by question.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I'll try this question again.



  _____

From: pgsql-bugs-owner@postgresql.org
[mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Jose Blanco
Sent: Thursday, May 03, 2007 4:12 PM
To: pgsql-bugs@postgresql.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!

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Grantor name gets lost when grantor role dropped
Следующее
От: Tom Lane
Дата:
Сообщение: Re: order by question.