From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Patch: UNNEST (and other functions) WITH ORDINALITY |
Date: | 2013-02-08 21:12:15 |
Message-ID: | 20130208211215.GO2054@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Jan 22, 2013 at 10:29:43PM -0800, David Fetter wrote:
> Folks,
>
> Please find attached a patch which implements the SQL standard
> UNNEST() WITH ORDINALITY. It doesn't stop there. Any function call
> in a FROM clause can now take WITH ORDINALITY, which appends a counter
> (ordinality) column to the columns the function outputs and produce
> results like this:
Next revision of the patch, now with more stability. Thanks, Andrew!
Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
Attachment | Content-Type | Size |
---|---|---|
ordinality_20130208_1242.patch | text/plain | 85.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2013-02-08 21:55:21 | Re: pgsql: Clean up c.h / postgres.h after Assert() move |
Previous Message | Kevin Grittner | 2013-02-08 20:59:40 | Re: sepgsql and materialized views |