[HACKERS] problem with creating/dropping tables and plpgsql ?

2001-07-20 Thread \(::\) Bob Ippolito
I'm pretty new to postgresql.. I'm using a fresh compile/install of postgresql 7.1.2 without any special options.. but here's my problem: semantic=# create temp table ttmptable(lookup_id int, rating int); CREATE semantic=# SELECT doEverythingTemp(20706,2507); doeverythingtemp

Re: [HACKERS] problem with creating/dropping tables and plpgsql ?

2001-07-20 Thread Tom Lane
\(::\) Bob Ippolito [EMAIL PROTECTED] writes: semantic=# DROP table ttmptable; DROP semantic=# create temp table ttmptable(lookup_id int, rating int); CREATE semantic=# SELECT doEverythingTemp(20706,2507); ERROR: Relation 4348389 does not exist Yeah, temp tables and plpgsql functions