mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Add mention of MySQL compatibility for LIMIT in HISTORY.
This commit is contained in:
parent
e19a5adaf7
commit
fae50f873f
3
HISTORY
3
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.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user