Re: How to delete databases from PostGreSQL?

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: How to delete databases from PostGreSQL?
Дата
Msg-id AANLkTi=qWoTuVbd3EasR-Z3jyNJWeR7jCxqbK+BvYA+a@mail.gmail.com
обсуждение исходный текст
Ответ на How to delete databases from PostGreSQL?  (Ruud van Dijk <ruud_v_dijk@hotmail.com>)
Список pgsql-novice
On 4 January 2011 14:18, Ruud van Dijk <ruud_v_dijk@hotmail.com> wrote:
> Hi there,
>
> I have around 10 databases in my PostGreSQL database, but i want to delete
> some of those im not using.
> I've looked, but i have no clue how to delete them?
>
> Can you give me any information or a guideline to make this possible for a
> computer noob.

Just as you use CREATE DATABASE to create it, you can use DROP
DATABASE to remove it.

Read the documentation page about DROP DATABASE:
http://www.postgresql.org/docs/current/static/sql-dropdatabase.html

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

В списке pgsql-novice по дате отправления:

Предыдущее
От: Ruud van Dijk
Дата:
Сообщение: How to delete databases from PostGreSQL?
Следующее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: How to delete databases from PostGreSQL?