Mention LIMIT change in HISTORY file.

This commit is contained in:
Bruce Momjian 2001-09-23 03:41:49 +00:00
parent 1aab783b59
commit 75a8d118d0
1 changed files with 3 additions and 1 deletions

View File

@ -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.