Re: error regarding creating a database

Поиск
Список
Период
Сортировка
От Grzegorz Szpetkowski
Тема Re: error regarding creating a database
Дата
Msg-id BANLkTikhdLxCN3eUVD0k-0cyOj0pn5QjLw@mail.gmail.com
обсуждение исходный текст
Ответ на error regarding creating a database  (siva kiran balijepalli <b.sivakiran@gmail.com>)
Список pgsql-novice
2011/5/2 siva kiran balijepalli <b.sivakiran@gmail.com>:
> Hi everybody
> i have a error while conencting to the database.
> i am trying to creating a database from the client on a server
> and it is reporting the following error..
>
> This is the command
> " create database siva_test with owner=siva"
> error: source database "template1" is being accessed by other users
>
>
> please help me regarding this
> thanks & regards
> sivakiran .B

If your template0 is same as template1 (probably it is), then you can also use:

create database siva_test with owner=siva template=template0

Regards
Grzegorz Szpetkowski

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: error regarding creating a database
Следующее
От: Francisco Leovey
Дата:
Сообщение: Re: PgAdmin no longer works on a "clean install" XP SP2