Re: Archives reverse attachment order?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Archives reverse attachment order?
Дата
Msg-id CABUevExSmLe7S9FM33DETpCurERpcvQmHF7j8xyWZwuw0nnFqA@mail.gmail.com
обсуждение исходный текст
Ответ на Archives reverse attachment order?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Archives reverse attachment order?
Список pgsql-www


On Thu, Oct 15, 2015 at 6:18 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
I posted a message with a batch of patches attached:
http://www.postgresql.org/message-id/19394.1444865029@sss.pgh.pa.us
and a note that the patches had to be applied in the order presented.

I'm disappointed to see that the web archives are showing the attachments
in exactly the opposite order.  That could confuse someone no end ...


In fact, it was completely unordered - the query that listed the attachments had no ORDER BY at all. Not entirely sure why but that seems to have more or less always returned them in the reverse order.

I've added an ORDER BY on the serial column that the attachments get their id from, which should make it always sort them in the same order as they were inserted. As usual, it'll take a few hours for the effects to show through the caching.

--

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Archives reverse attachment order?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Archives reverse attachment order?