Re: system cataloge?

Поиск
Список
Период
Сортировка
От Henshall, Stuart - Design & Print
Тема Re: system cataloge?
Дата
Msg-id E382B5D8EDE1D6118DBE0008C759BCD6116AF8@WCPEXCHANGE
обсуждение исходный текст
Ответ на system cataloge?  (David Scullion <davidscullion@yahoo.com>)
Список pgsql-novice

David Scullion wrote:
> whenever i try to run the psql command it always tells me
> psql: FATAL 1: Database (dave) does not exist in the system catalogue
>
> then when i try createdb dave i get the same message
> except that it is user dave who doesn't exist in the system catalogue.
>
> Thanks in advance
>
> DavidScullion
>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
Try:
createuser -a -d --username=postgres dave
To create user dave
then
createdb dbname
psql dbname
hth,
- Stuart

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

Предыдущее
От: Adam Witney
Дата:
Сообщение: Re: Newbie problem
Следующее
От: "etsuko shimabukuro"
Дата:
Сообщение: user defined function