Re: execute - Mailing list pgsql-sql

From Jasen Betts
Subject Re: execute
Date
Msg-id klfri5$3qf$2@gonzo.reversiblemaps.ath.cx
Whole thread Raw
In response to execute  (Mauricio Cruz <cruz@sygecom.com.br>)
List pgsql-sql
On 2013-04-25, Mauricio Cruz <cruz@sygecom.com.br> wrote:

> declare 
>
>  aCad
> text[][]
>
> begin
>
> ...
>
> execute 'aCad:=aCad
> array[['||var1||','||var2||']]'
 execute 'select array[['||var1||','||var2||']]' into acad; 

-- 
⚂⚃ 100% natural




pgsql-sql by date:

Previous
From: Jov
Date:
Subject: Re: execute
Next
From: Wolfgang Keller
Date:
Subject: Correct implementation of 1:n relationship with n>0?