Re: Urgent Help Required - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Urgent Help Required
Date
Msg-id 5253FF63.1040407@gmail.com
Whole thread Raw
In response to Urgent Help Required  (shailesh singh <shaileshjuly@gmail.com>)
Responses Re: Urgent Help Required  (David Johnston <polobo@yahoo.com>)
Re: Urgent Help Required  (shailesh singh <shaileshjuly@gmail.com>)
List pgsql-general
On 10/08/2013 03:55 AM, shailesh singh wrote:
> I had got this message while running vacuum full from backend . Now My
> database is not starting , Help pls.
>
> backend> vacuum full debug;
> WARNING:  database "debug" must be vacuumed within 999999 transactions
> HINT:  To avoid a database shutdown, execute a full-database VACUUM in
> "debug".
> ERROR:  relation "debug" does not exist

>
> Now what?

First some information.

1) What version of Postgres are you using?

2) Does database debug in fact exist or not?
    In other words does it show up with \l in psql?

Also it not necessary to use FULL with the VACUUM.

>
> Thanks in advance.
>
> Shailesh Singh


--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Why there are no max_wal_receivers
Next
From: David Johnston
Date:
Subject: Re: Urgent Help Required