Re: error al crear funcion "no existe tabla temporal"

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "jeferson alvarez" <jalvarez(at)renova(dot)com(dot)pe>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: error al crear funcion "no existe tabla temporal"
Date: 2007-03-17 15:16:45
Message-ID: c2d9e70e0703170816g7ccaf6d6l50bbe4d971cf2927@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 3/17/07, jeferson alvarez <jalvarez(at)renova(dot)com(dot)pe> wrote:
> Buen dia a todos maestros de maestros:
>
> El problemita que tengo ahora es que cuando voy a crear mi funcion me
> dice que la tabla temporal no existe pero cuando pruebo la consulta
> donde creo la tabla tmpral si lo hace que podra estar pasando
> esta es la funcion
>

pon todas las sentencias que hagan referencia a la tabla temporal en
cadenas de caracteres y ejecutalas mediante EXECUTE, algo asi:

EXECUTE 'select * into temp table from no_temp_table';

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message jeferson alvarez 2007-03-17 15:37:13 Re: error al crear funcion "no existe tabla temporal"
Previous Message Javier Carlos 2007-03-17 15:16:43 Re: Simbolos dentro de cadenas