Commit fae50f87 authored by Bruce Momjian's avatar Bruce Momjian

Add mention of MySQL compatibility for LIMIT in HISTORY.

parent e19a5ada
...@@ -36,7 +36,8 @@ Migration to 7.1 ...@@ -36,7 +36,8 @@ Migration to 7.1
A dump/restore using pg_dump is required for those wishing to migrate A dump/restore using pg_dump is required for those wishing to migrate
data from any previous release. One significant change is that data from any previous release. One significant change is that
SELECT ... LIMIT 10,20 now uses the 10 as the OFFSET and the 20 as SELECT ... LIMIT 10,20 now uses the 10 as the OFFSET and the 20 as
the LIMIT. Previous versions had this reversed. the LIMIT. Previous versions had this reversed. This change was
made for MySQL compatibility.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment