RV: Re: Error en funcion con OID

From: Fernanda Fueltala <fernandamagaly(at)yahoo(dot)es>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: RV: Re: Error en funcion con OID
Date: 2006-11-06 15:41:11
Message-ID: 20061106154111.79081.qmail@web26806.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Modifique la funcion creando la tabla temporal con el execute, pero al igual que la vez anterior la primera vez funciono, pero la segunda vez no

Jaime Casanova <systemguards(at)gmail(dot)com> escribió: Fecha: Wed, 1 Nov 2006 22:55:30 -0500
De: "Jaime Casanova" <systemguards(at)gmail(dot)com>
Para: "Fernanda Fueltala" <fernandamagaly(at)yahoo(dot)es>
Asunto: Re: [pgsql-es-ayuda] Error en funcion con OID
CC: pgsql-es-ayuda(at)postgresql(dot)org

On 10/31/06, Fernanda Fueltala wrote:
> Hola a todos, he creado la siguiente funcion, con una tabla temporal la
> primera vez la ejecuta muy bien pero la segunda vez sale un error de
> "relation with OID 65183 does not exist", por favor alguien podria ayudarme
> a solucionarlo,
> Gracias
>
>
> CREATE OR REPLACE FUNCTION ci_c_funcion(p_datos "varchar")
> RETURNS SETOF t_prueba AS
> $BODY$
> DECLARE
> recordsalida record;
>
> BEGIN
> --Creacion de tabla temporal
> CREATE TABLE t_prueba_temp

ese es un bug conocido de postgres crea la tabla temporal dentro de un EXECUTE

EXECUTE ' CREATE TABLE t_prueba_temp (... columnas...) '

--
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


---------------------------------

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2006-11-06 15:55:04 Re: RV: Re: Error en funcion con OID
Previous Message Roberto Guevara 2006-11-06 13:57:39 Re: Fwd: ecpg, libpq, y php