Re: Review: UNNEST (and other functions) WITH ORDINALITY - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Review: UNNEST (and other functions) WITH ORDINALITY
Date
Msg-id CA+TgmobRXnhoC9VVEZSVnr0CzyW9eSvTF8rV2uyNaxuAsQsOAg@mail.gmail.com
Whole thread Raw
In response to Re: Review: UNNEST (and other functions) WITH ORDINALITY  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Responses Re: Review: UNNEST (and other functions) WITH ORDINALITY  (Greg Stark <stark@mit.edu>)
List pgsql-hackers
On Mon, Jul 29, 2013 at 1:42 AM, Andrew Gierth
<andrew@tao11.riddles.org.uk> wrote:
> I propose the following patch (which goes on top of the current
> ordinality one) to implement the suggested grammar changes.
>
> I think this is the cleanest way, and I've tested that it both
> passes regression and allows constructs like WITH time AS (...)
> to work.

This looks like really nice work.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: query_planner() API change
Next
From: Robert Haas
Date:
Subject: Re: PostgreSQL and ASLR on Linux