Re: How to drop a database cluster? - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: How to drop a database cluster?
Date
Msg-id 4177D026.9080509@fastcrypt.com
Whole thread Raw
In response to How to drop a database cluster?  (Slobodan <slobodan@freemail.hu>)
List 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


pgsql-jdbc by date:

Previous
From: Paul Tomblin
Date:
Subject: A couple of questions
Next
From: Dave Cramer
Date:
Subject: Re: A couple of questions