projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19a5ad
)
Add mention of MySQL compatibility for LIMIT in HISTORY.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 23 Sep 2001 04:41:47 +0000
(
04:41
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 23 Sep 2001 04:41:47 +0000
(
04:41
+0000)
HISTORY
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index afaab6d589621aea28a8ff58edc41892cbb60211..b9ef18b4f36866aed88f40ef7118f55dced53c83 100644
(file)
--- a/
HISTORY
+++ b/
HISTORY
@@
-36,7
+36,8
@@
Migration to 7.1
A dump/restore using pg_dump is required for those wishing to migrate
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.
+ the LIMIT. Previous versions had this reversed. This change was
+ made for MySQL compatibility.