Re: FETCH FIRST - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: FETCH FIRST
Date
Msg-id 200803251445.m2PEjps13608@momjian.us
Whole thread Raw
In response to FETCH FIRST  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: FETCH FIRST
List pgsql-hackers
Simon Riggs wrote:
> SQL200n specifies a new command similar to our LIMIT
> 
> FETCH { FIRST | NEXT } n { ROW | ROWS } ONLY
> 
> and also that the OFFSET command can have an optional suffix
> 
> { ROW | ROWS }
> 
> Seems like a % project for the TODO list

Where does this FETCH appear in a SELECT?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://postgres.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: TRUNCATE TABLE with IDENTITY
Next
From: Alvaro Herrera
Date:
Subject: Re: postgresql in FreeBSD jails: proposal