pgsql: Update: > * Allow the creation of indexes with mixed

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update: > * Allow the creation of indexes with mixed
Дата
Msg-id 20060409032707.32DCA11F65E0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Update:

> * Allow the creation of indexes with mixed ascending/descending
>   specifiers
>
>   This is possible now by creating an operator class with reversed sort
>   operators.  One complexity is that NULLs would then appear at the start
>   of the result set, and this might affect certain sort types, like
>   merge join.
>

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1788 -> r1.1789)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1788&r2=1.1789)
    pgsql/doc/src/FAQ:
        TODO.html (r1.292 -> r1.293)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.292&r2=1.293)

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

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql: 2006-04-08 Francisco Figueiredo Jr.
Следующее
От: shachar@pgfoundry.org (User Shachar)
Дата:
Сообщение: oledb - oledb: Fix compilation errors and warnings on VS 2002