Re: Debian problem... - Mailing list pgsql-general

From 李彦 Ian Li
Subject Re: Debian problem...
Date
Msg-id 46E61F04.3070104@gmail.com
Whole thread Raw
In response to Debian problem...  (Tom Allison <tom@tacocat.net>)
Responses Re: Debian problem...  (Tom Allison <tom@tacocat.net>)
List pgsql-general
Maybe some Debian specific commands will help:
pg_lsclusters: list clusters you have on the machine;
pg_dropcluster: drop an existing cluster;
pg_createcluster: create new cluster.

Regards.

Tom Allison wrote:
> Ran into a problem.
>
> I hosed up postgresql by deleting the data directory.
> So I thought I would just uninstall and reinstall postgres using Debian
> packages.
>
> Now I have nothing working.
>
> Wondering if anyone here has any suggestions on what to do with a Debian
> installation.
> If not, I'm checking that list too, but it might be a while...
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>


pgsql-general by date:

Previous
From: Ron St-Pierre
Date:
Subject: Re: Debian problem...
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Alternative to drop index, load data, recreate index?