Re: array_to_column function

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: array_to_column function
Date: 2004-10-30 21:55:48
Message-ID: 1099173347.2646.8.camel@teetnang
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

В Сбт, 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.

--
Markus Bertheau <twanger(at)bluetwanger(dot)de>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2004-10-31 01:17:33 Re: Charset/collate support and function parameters
Previous Message Dennis Bjorklund 2004-10-30 21:32:14 Re: Charset/collate support and function parameters