Re: email data type first release

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: email data type first release
Дата
Msg-id 87smdyvkri.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: email data type first release  (Tommi Maekitalo <t.maekitalo@epgmbh.de>)
Список pgsql-hackers
Tommi Maekitalo <t.maekitalo@epgmbh.de> writes:

> Sorting should then be done by top-level-domain first. Then 2nd, 3rd... and 
> last by user.

I thought of that but decided not to suggest it:

a) as far as email goes there's no relationship between xxx@foo.com and  xxx@bar.com. The ".com" doesn't mean the
emailsare any more related than  xxx@foo.com and xxx@foo.org are. In fact in practice the latter two are  more likely
tobe related.
 

b) it's a lot of extra work, whereas sorting by domain first is just as easy  as sorting by lhs first.


-- 
greg



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Call for 7.5 feature completion
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Call for 7.5 feature completion