Re: How to drop a database cluster?

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Slobodan <slobodan(at)freemail(dot)hu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to drop a database cluster?
Date: 2004-10-21 15:05:10
Message-ID: 4177D026.9080509@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

drop database dbname;

if you actually want to remove the entire database directory, then yes
you can delete it but you can never get it back.

Slobodan wrote:

>Hi!
>
>I cannot find the way of dropping a database cluster in the
>documentation. Should I simply remove the directory associated with
>the cluster?
>
>Slobodan
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-10-21 15:58:32 Re: A couple of questions
Previous Message Paul Tomblin 2004-10-21 15:03:22 A couple of questions