Re: Drop Cluster

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Drop Cluster
Date: 2009-08-01 07:25:48
Message-ID: 4A73EDFC.1090401@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

sweta(at)opspl(dot)com wrote:
> Hi,
>
> Is there any command to drop a postgres cluster???
>
> I tried the following link
> http://www.digipedia.pl/man/pg_dropcluster.8.html
>
> but it says command not found.
> Is there any other way??
>
> Any help will be highly appreciated.
>

I believe that command is specific to the debian/ubuntu distributions.

in generic postgres, you'd simply stop the server, then delete the
contents of the $PGDATA directory

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Garry Saddington 2009-08-01 10:41:48 distributing postgresql binaries
Previous Message sweta 2009-08-01 06:43:56 Drop Cluster