Re: array_to_column function - Mailing list pgsql-hackers

From David Fetter
Subject Re: array_to_column function
Date
Msg-id 20041031170724.GE13884@fetter.org
Whole thread Raw
In response to Re: array_to_column function  (Markus Bertheau <twanger@bluetwanger.de>)
Responses Re: array_to_column function
List pgsql-hackers
On Sat, Oct 30, 2004 at 11:55:48PM +0200, Markus Bertheau wrote:
> В Сбт, 30.10.2004, в 21:54, David Fetter пишет:
> > Kind people,
> 
> > CREATE OR REPLACE FUNCTION array_to_column (ANYARRAY)
> 
> You want to see that function distributed with PostgreSQL?  It would
> probably have to be implemented in C then, because PL/pgSQL-support
> has to be explicitly "enabled" for every database.

Yes, that would be good.  It would be nice to have some symmetry with
the ARRAY() function.  Also, it would be a handy thing for doing
column-like operations (aggregates, e.g.) on 1-D arrays :)

Cheers,
D
-- 
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!


pgsql-hackers by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: Re: make check error on -HEAD
Next
From: Tom Lane
Date:
Subject: Re: make check error on -HEAD