Re: Fix for FETCH FIRST syntax problems
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Vik Fearing <vik.fearing@2ndquadrant.com>, Andrew Gierth <andrew@tao11.riddles.org.uk>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2018-05-20T22:56:28Z
Lists: pgsql-hackers
Greetings, * Peter Geoghegan (pg@bowt.ie) wrote: > Whether or not Andrew's patch is formally classified as a bug fix is > subjective. I'm inclined to accept it as a bug fix, but I also think > that it shouldn't matter very much. The practical implication is that > I don't think it's completely out of the question to back-patch, but > AFAICT nobody else thinks it's out of the question anyway. Why bother > debating something that's inconsequential? Just to be clear, based on what I saw on IRC, this specifically came out of someone complaining that it didn't work and caused difficulty for them. As such, my inclination on this would be to back-patch it, but we'd need to be sure to test it and be confident that it won't break things which worked before. Thanks! Stephen
Commits
-
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
- 89b09db01b43 9.3.24 landed
- 769e6fcd1a35 9.4.19 landed
- 3b0fb2529fdf 9.5.14 landed
- 7a0aa8d12ace 9.6.10 landed
- cf516dc9d690 10.5 landed
- 1da162e1f5a7 11.0 landed
-
SQL:2008 alternative syntax for LIMIT/OFFSET:
- 361bfc35724a 8.4.0 cited