projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aab783
)
Mention LIMIT change in HISTORY file.
author
Bruce Momjian
Sun, 23 Sep 2001 03:41:49 +0000
(
03:41
+0000)
committer
Bruce Momjian
Sun, 23 Sep 2001 03:41:49 +0000
(
03:41
+0000)
HISTORY
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 65aa029e7ebfe460bab4160736c17d67a8b331b8..afaab6d589621aea28a8ff58edc41892cbb60211 100644
(file)
--- 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.