Re: Fw: [JDBC] Regarding vacuumdb

From: Shanmugasundaram <shan(at)ceedees(dot)com>
To: Shanmugasundaram Doraisamy <shan(at)ceedees(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Fw: [JDBC] Regarding vacuumdb
Date: 2001-08-30 10:07:32
Message-ID: 3B8E1064.448BBD37@ceedees.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shanmugasundaram Doraisamy wrote:

> ----- Original Message -----
> From: Peter Eisentraut <peter_e(at)gmx(dot)net>
> To: Shanmugasundaram <shan(at)ceedees(dot)com>
> Cc: <pgsql-general(at)postgresql(dot)org>
> Sent: Wednesday, August 29, 2001 5:11 PM
> Subject: Re: [JDBC] Regarding vacuumdb
>
> > Shanmugasundaram writes:
> >
> > > I am getting the following error while doing vacuumdb,
> > >
> > > ERROR: mdopen: couldn't open test1: No such file or directory
> > > vacuumdb: database vacuum failed on db1.
> > >
> > > Here 'db1' is the database and 'test1' is a table. When, displaying the
> > > structure of the
> > > table 'test1', it comes correctly. But I can't drop the table. What
> > > could be wrong?
> >
> > You probably rolled back a DROP TABLE operation, so the underlying table
> > file on disk is gone but the catalog structures have been preserved.
> > You could probably try
> >
> > touch $PGDATA/base/db1/test1
> >
> > and then drop the table.
> >
> > Consider upgrading to the latest stable release (7.1.3) when you get a
> > chance to eliminate this class of problems.
> >
> > --
> > Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter
> >

I tried with the command you gave. But, if I try to delete the table 'test1'
it comes with the following error:
ERROR: mdopen: couldn't open test1: Permission denied

How to solve it?Any help.
shan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message matthieuclavier 2001-08-30 10:34:20 weird behaviour
Previous Message Daniel Lundqvist 2001-08-30 10:03:00 tuning