Question regarding temporary tables & functions.. - Mailing list pgsql-general

From Loren Koss
Subject Question regarding temporary tables & functions..
Date
Msg-id Pine.BSF.4.21.0011131617230.1013-100000@unix.pciway.com
Whole thread Raw
List 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


pgsql-general by date:

Previous
From: Loren Koss
Date:
Subject: Question about functions..
Next
From: "Edward Q. Bridges"
Date:
Subject: Is this proper UNION behavior??