Re: sql2008 diff sql2003

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sql2008 diff sql2003
Date: 2008-09-09 02:16:37
Message-ID: 87r67uhxmi.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Alvaro" == Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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 LIMIT
Alvaro> clause. What's the "ONLY" for?

It seems to be just a mandatory noise word.

--
Andrew.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2008-09-09 02:35:33 [Patch Review] Copy column storage parameters on CREATE TABLE LIKE/INHERITS
Previous Message Alvaro Herrera 2008-09-09 02:03:07 Re: sql2008 diff sql2003