Re: Tabla temporal

From: Gunnar Wolf <gwolf(at)gwolf(dot)org>
To: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
Cc: Edwin Quijada <listas_quijada(at)hotmail(dot)com>, pedrario_45(at)hotmail(dot)com, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Tabla temporal
Date: 2005-05-04 22:18:23
Message-ID: 20050504221823.GN11709@gwolf.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Martín Marqués dijo [Tue, May 03, 2005 at 12:19:17PM -0300]:
> > Bueno , no la hagas temporal
> > Create table();
> > drop table tabla;
> > De esa manera no tienes que usar la temporal
>
> Y si por alguna razon se olvida de hacer el "DROP TABLE..." quedan tablas
> temporales para siempre. Muy malo.

CREATE TEMP TABLE fulana ( ... );
(...)
DROP TABLE fulana;

¿Algo más? ;-)

--
Gunnar Wolf - gwolf(at)gwolf(dot)org - (+52-55)1451-2244 / 5554-9450
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message josue 2005-05-04 23:24:10 Filas faltantes
Previous Message Juan Pablo Espino 2005-05-04 21:11:36 Funcion que retorna el numero de atributos de una relacion