Question regarding temporary tables & functions..

From: Loren Koss <loren(at)pciway(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Question regarding temporary tables & functions..
Date: 2000-11-14 00:18:42
Message-ID: Pine.BSF.4.21.0011131617230.1013-100000@unix.pciway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Can you create a temporary table within a function?

In my functions I need to calculate some stuff.. Do some
manipulations.. Then return some values.. For this, in MS SQL, I currently
use temporary tables in my stored procs.. Can you do this in postgres? I
can't seem to get it to work..

Thanks
Loren

Browse pgsql-general by date

  From Date Subject
Next Message Edward Q. Bridges 2000-11-14 01:27:48 Is this proper UNION behavior??
Previous Message Loren Koss 2000-11-14 00:17:20 Question about functions..