pgsql: Add note that LIMIT without ORDER BY can produce outright

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Add note that LIMIT without ORDER BY can produce outright
Дата
Msg-id 20070608202618.2B12E9FBDBE@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add note that LIMIT without ORDER BY can produce outright nondeterministic
results.  Necessary due to introduction of syncscan patch.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        select.sgml (r1.100 -> r1.101)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml.diff?r1=1.100&r2=1.101)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: < * Allow sequential scans to take advantage of other
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Avoid passing zero as a value for vacuum_cost_limit, because it's