pgsql: Remove item, not sure what it refers to: < * Allow ORDER BY ...

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Remove item, not sure what it refers to: < * Allow ORDER BY ...
Дата
Msg-id 20050423214324.D7C59538BD@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Remove item, not sure what it refers to:  (Kris Jurka <books@ejurka.com>)
Список pgsql-committers
Log Message:
-----------
Remove item, not sure what it refers to:

< * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
<   index using a sequential scan for highest/lowest values
<
<   If only one value is needed, there is no need to sort the entire
<   table. Instead a sequential scan could get the matching value.
<

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1510 -> r1.1511)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1510&r2=1.1511)
    pgsql/doc/src/FAQ:
        TODO.html (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.17&r2=1.18)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: New item: > * Change WAL to use 32-bit CRC, for performance
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Item already added to existing 'thread' item: < * Consider