Creating temporary table

From: Uros Gruber <uros(dot)gruber(at)sir-mag(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Creating temporary table
Date: 2002-03-29 22:34:26
Message-ID: 128565486536.20020329233426@sir-mag.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I want to make some SQL function, wich gets some data for
example 4 rows, if i want to return this data back i think
that i have put this data into temp table and then read this.

Now i have 2 questions, How long this temporary table exist,
will be avaliable after function ends or i have to use begin
to start session and then end when i get this data.

Or is there any other way to do this.

--
bye
Uros mailto:uros(dot)gruber(at)sir-mag(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daryl Tester 2002-03-30 00:20:35 Variable number of arguments in C language function.
Previous Message Arguile 2002-03-29 21:47:48 Re: Plpgsql Question