Re: [HACKERS] array_to_column function

2004-10-31 Thread Joe Conway
David Fetter wrote: On Sat, Oct 30, 2004 at 11:55:48PM +0200, Markus Bertheau wrote: 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 "e

Re: [HACKERS] array_to_column function

2004-10-31 Thread David Fetter
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 implemente

Re: [HACKERS] array_to_column function

2004-10-30 Thread Markus Bertheau
Ð ÐÐÑ, 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 d