Re: [GENERAL] Regarding vacuumdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: shan(at)ceedees(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Regarding vacuumdb
Date: 2001-08-28 13:14:57
Message-ID: 16211.999004497@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Bhuvaneswari <shan(at)ceedees(dot)com> writes:
> ERROR: mdopen: couldn't open test1: No such file or directory

Looks like you tried to roll back a DROP TABLE. You can get out of the
immediate problem by doing
touch $PGDATA/base/db1/test1
and then drop the table.

Next, run do not walk to an archive site and get a newer release of
Postgres. You are at least two major releases behind the times, and
I can't even begin to count the number of bugs fixed since then ...
but this is one of them.

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas O'Dowd 2001-08-28 14:57:21 Escape Processing problems
Previous Message Dave Cramer 2001-08-28 12:06:45 Re: next() and PreparedStatement