Re: array_to_column function

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: array_to_column function
Дата
Msg-id 20041031170724.GE13884@fetter.org
обсуждение исходный текст
Ответ на Re: array_to_column function  (Markus Bertheau <twanger@bluetwanger.de>)
Ответы Re: array_to_column function  (Joe Conway <mail@joeconway.com>)
Список 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 по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: make check error on -HEAD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: make check error on -HEAD