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

Started by Tom Laneabout 19 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)