Re: [BUGS] Bug with Temp table with serial column

2003-02-06 Thread Tom Lane
"David Heggie" <[EMAIL PROTECTED]> writes: > When creating a temp table with a column which has a type of serial, the error below >appears in the postgres log file after disconnection. Good catch. Here's the patch if you need it before 7.3.3 ... regards, tom lane *** s

[BUGS] Bug with Temp table with serial column

2003-02-06 Thread David Heggie
Hi, When creating a temp table with a column which has a type of serial, the error below appears in the postgres log file after disconnection. This also then leaves the temp table, seq, idx and schema in the db. It looks like postgres is trying to clean up the temp stuff and is trying to delete