"temporary" table is still there - Mailing list pgsql-general

From Chris Jones
Subject "temporary" table is still there
Date
Msg-id a5fy9xwggrt.fsf@merry.mt.sri.com
Whole thread Raw
Responses Re: "temporary" table is still there  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Last Friday, I started a psql script that created a temporary table,
shuffled lots of data through it, and dropped it.  Unfortunately, the
machine crashed before the script finished.

Now I have a table called pg_temp.1548.0, and I can't delete it:

fastfacts=> drop table "pg_temp.1548.0";
ERROR:  class "pg_temp.1548.0" is a system catalog

The same thing happens, whether I'm connected as a mortal user or as
the PG super-user.

What now?

Chris

--
----------------------------------------------------- chris@mt.sri.com
Chris Jones                                    SRI International, Inc.

pgsql-general by date:

Previous
From: Zachary Beane
Date:
Subject: names in WHERE and HAVING
Next
From: Andrew Gould
Date:
Subject: grant privileges to all tables with wildcard?