Re: Arrays in PL/pgSQL routines? - Mailing list pgsql-sql

From Bricklen Anderson
Subject Re: Arrays in PL/pgSQL routines?
Date
Msg-id 43B42273.9030602@presinet.com
Whole thread Raw
In response to Arrays in PL/pgSQL routines?  ("Ken Winter" <ken@sunward.org>)
Responses Re: Arrays in PL/pgSQL routines?
List pgsql-sql
Ken Winter wrote:
> Can arrays be declared in PL/pgSQL routines?  If so, how?
>  
<snip>
> DECLARE
> 
try:
my_array VARCHAR[] := '{}';

not sure if this works in 7.4 though, if that's the version that you are 
using.


pgsql-sql by date:

Previous
From: David Garamond
Date:
Subject: Re: constraint and ordered value
Next
From: Michael Fuhr
Date:
Subject: Re: Arrays in PL/pgSQL routines?