aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 65aa029e7eb..afaab6d5896 100644
--- a/HISTORY
+++ b/HISTORY
@@ -34,7 +34,9 @@ usage.
Migration to 7.1
A dump/restore using pg_dump is required for those wishing to migrate
- data from any previous release.
+ 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
+ the LIMIT. Previous versions had this reversed.