From: | Chris Jones <chris(at)mt(dot)sri(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | "temporary" table is still there |
Date: | 2000-12-04 18:53:10 |
Message-ID: | a5fy9xwggrt.fsf@merry.mt.sri.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)mt(dot)sri(dot)com
Chris Jones SRI International, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Nancy Ellman | 2000-12-04 19:17:25 | Where do COMMENTs on columns go? |
Previous Message | Joel Burton | 2000-12-04 18:49:49 | Re: [NOVICE] Password protection? |