Re: How to drop a database cluster?

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: How to drop a database cluster?
Дата
Msg-id 4177D026.9080509@fastcrypt.com
обсуждение исходный текст
Ответ на How to drop a database cluster?  (Slobodan <slobodan@freemail.hu>)
Список 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 по дате отправления:

Предыдущее
От: Paul Tomblin
Дата:
Сообщение: A couple of questions
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: A couple of questions