Re: execute

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: execute
Date: 2013-04-27 06:34:45
Message-ID: klfri5$3qf$2@gonzo.reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2013-04-25, Mauricio Cruz <cruz(at)sygecom(dot)com(dot)br> wrote:

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

execute 'select array[['||var1||','||var2||']]' into acad;

--
⚂⚃ 100% natural

In response to

  • execute at 2013-04-25 16:17:06 from Mauricio Cruz

Browse pgsql-sql by date

  From Date Subject
Next Message Wolfgang Keller 2013-04-30 14:39:05 Correct implementation of 1:n relationship with n>0?
Previous Message Jov 2013-04-26 00:57:13 Re: execute