Re: CVS Commit by dpage: Prevent duplication of

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: CVS Commit by dpage: Prevent duplication of
Дата
Msg-id 40978FE2.3060703@pse-consulting.de
обсуждение исходный текст
Ответ на CVS Commit by dpage: Prevent duplication of functional indexes  (cvs@cvs.pgadmin.org)
Список pgadmin-hackers
cvs@cvs.pgadmin.org wrote:

>-        wxT(" ORDER BY cls.relname"));
>+        wxT(" ORDER BY cls.oid, cls.relname"));
>
>

Hi Dave,
did you find out what makes the result duplicate? Maybe the query is
written in a somehow unfortunate way, and could be properly rewritten?

The ORDER BY should probably read ORDER BY cls.relname, cls.oid to
remain alphabetical ordering.

Regards,
Andreas



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

Предыдущее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Prevent duplication of functional indexes
Следующее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Fix the sorting of index names I broke earlier.