Re: how can I select into an array? - Mailing list pgsql-general

From Joe Conway
Subject Re: how can I select into an array?
Date
Msg-id 4023E520.7060003@joeconway.com
Whole thread Raw
In response to Re: how can I select into an array?  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
List pgsql-general
Pavel Stehule wrote:
> if you can in plpgsql 7.2.x return array of known type, you can replace
> anyarray and anyelement like varchar[], varchar. But I don't know if it
> 7.2 supported.

PL/pgSQL array support in anything earlier than 7.4 is pretty weak. I
would strongly recommend upgrading to 7.4 if arrays are important to you.

Joe



pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Indexes and sorting
Next
From: David Garamond
Date:
Subject: Re: PL/Ruby