order by question.

Поиск
Список
Период
Сортировка
От Jose Blanco
Тема order by question.
Дата
Msg-id 20070503201232.E8A0F9FB30C@postgresql.org
обсуждение исходный текст
Ответы Re: order by question.  (Douglas Toltzman <doug@oakstreetsoftware.com>)
Re: order by question.  ("Jose Blanco" <blancoj@umich.edu>)
Список pgsql-bugs
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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #3260: Subtracting intervals
Следующее
От: Douglas Toltzman
Дата:
Сообщение: Re: order by question.