Re: sql2008 diff sql2003 - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: sql2008 diff sql2003
Date
Msg-id 87r67uhxmi.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: sql2008 diff sql2003  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
>>>>> "Alvaro" == Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
>> so it's like this:>> >> select * from foo order by bar offset 5 rows fetch first 10 rows only;
Alvaro> Oh, I see -- it's just a cumbersome way to have our LIMITAlvaro> clause.  What's the "ONLY" for?

It seems to be just a mandatory noise word.

-- 
Andrew.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: sql2008 diff sql2003
Next
From: Stephen Frost
Date:
Subject: [Patch Review] Copy column storage parameters on CREATE TABLE LIKE/INHERITS