pgsql: Add note that LIMIT without ORDER BY can produce outright - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add note that LIMIT without ORDER BY can produce outright
Date
Msg-id 20070608202618.2B12E9FBDBE@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: < * Allow sequential scans to take advantage of other
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid passing zero as a value for vacuum_cost_limit, because it's