pgsql: Done: < * Allow the creation of indexes with mixed

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

< * Allow the creation of indexes with mixed ascending/descending
> * -Allow the creation of indexes with mixed ascending/descending
<
<   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.2031 -> r1.2032)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2031&r2=1.2032)
    pgsql/doc/src/FAQ:
        TODO.html (r1.533 -> r1.534)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.533&r2=1.534)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Widen the money type to 64 bits.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: vcbuild documentation from Magnus and Dave.