Re: [BUGS] plpgsql & temp table -bug

2001-09-13 Thread Peter Eisentraut
Szima Gabor writes: > Table-OID are cached and not flushed after DROP TABLE? Something like that, but what are you expecting? -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)--- TIP 2: you can ge

[BUGS] plpgsql & temp table -bug

2001-09-13 Thread Szima Gabor
Hello! - > createdb test CREATE DATABASE > createlang plpgsql test > psql test Welcome to psql, the PostgreSQL interactive terminal. create function testcnt () returns int4 as ' declare rp int4; begin select count(*) into rp from test