Re: postgres default database deleted!!

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: postgres default database deleted!!
Дата
Msg-id 65937bea1001060245t44145facv16b44c0a59e5de09@mail.gmail.com
обсуждение исходный текст
Ответ на postgres default database deleted!!  (Hilda Raymond <hildaraymond@gmail.com>)
Ответы Re: postgres default database deleted!!
Список pgsql-novice
On Wed, Jan 6, 2010 at 1:02 PM, Hilda Raymond <hildaraymond@gmail.com> wrote:



Hi,

 Im new to postgres and and as soon as I listed databases using the psql -l command, i accidentally deleted the postgres default database. Im not sure what to do. Appreciate any help Thank you.


You can simply recreate the DB like so:

create database postgres;

It will take everything from the template1 database and make a copy by the name 'postgres'.

Best regards,
--
gurjeet.singh
@ EnterpriseDB - The Enterprise Postgres Company
http://www.enterprisedb.com

singh.gurjeet@{ gmail | yahoo }.com
Twitter/Skype: singh_gurjeet

Mail sent from my BlackLaptop device

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

Предыдущее
От: Hilda Raymond
Дата:
Сообщение: postgres default database deleted!!
Следующее
От: Pushpendra Singh Thakur
Дата:
Сообщение: Re: postgres default database deleted!!