diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-09-23 03:41:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-09-23 03:41:49 +0000 |
commit | 75a8d118d00552b17dadf6f43eabb28eb21f53b8 (patch) | |
tree | 62990a5fc978eb73ede19b7ecdf9ad7b32529753 | |
parent | 1aab783b59d56af304cd652d2036ba45769122ec (diff) | |
download | postgresql-75a8d118d00552b17dadf6f43eabb28eb21f53b8.tar.gz postgresql-75a8d118d00552b17dadf6f43eabb28eb21f53b8.zip |
Mention LIMIT change in HISTORY file.
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |