function that rembers temple oid - Mailing list pgsql-novice

From Michal Kochanowski
Subject function that rembers temple oid
Date
Msg-id 3A5E0968A1C84FC4875F505308091923@HPCompaqPC
Whole thread Raw
List pgsql-novice
Hello,
 
I would like to use a temp table to store some calculations that i  use later on.
The problem is that if  i create such a table, drop it and then create it again during the same session the function is returning error cause it  still rembers the oid of a first table that was created, it would work if i use an execute command , but execute cant be used in FOR select loop.
 
Any ideas?
 
Michal Kochanowski
 

pgsql-novice by date:

Previous
From: "Matthew Pulis"
Date:
Subject: Re: Text Variable in a Function
Next
From: Tom Lane
Date:
Subject: Re: warnings restoring a db