Re: arrays - Mailing list pgsql-hackers

From Joe Conway
Subject Re: arrays
Date
Msg-id 3F248936.6050502@joeconway.com
Whole thread Raw
In response to Re: arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Joe Conway may already have written something like this --- look in his
> contrib modules.
> 

I did write the function, but it isn't in any of the contrib modules.
Here's a link to the thread:
http://archives.postgresql.org/pgsql-hackers/2002-12/msg00453.php

It was never committed due to dissatisfaction over the fact that table 
functions cannot have columns from other FROM clause items as arguments. 
Since then Peter pointed out that SQL99 specifically includes this 
functionality with the keyword UNNEST, and uses a LATERAL clause to 
allow referencing adjacent FROM items. Hopefully I'll find time to 
pursue implementing that for 7.5.

Joe



pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Error message editing is done (or at least I am)
Next
From: nolan@celery.tssi.com
Date:
Subject: Re: Make clean fails