We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab783 commit 75a8d11Copy full SHA for 75a8d11
HISTORY
@@ -34,7 +34,9 @@ usage.
34
Migration to 7.1
35
36
A dump/restore using pg_dump is required for those wishing to migrate
37
- data from any previous release.
+ data from any previous release. One significant change is that
38
+ SELECT ... LIMIT 10,20 now uses the 10 as the OFFSET and the 20 as
39
+ the LIMIT. Previous versions had this reversed.
40
41
42
0 commit comments