Re: system cataloge? - Mailing list pgsql-novice

From Henshall, Stuart - Design & Print
Subject Re: system cataloge?
Date
Msg-id E382B5D8EDE1D6118DBE0008C759BCD6116AF8@WCPEXCHANGE
Whole thread Raw
In response to system cataloge?  (David Scullion <davidscullion@yahoo.com>)
List 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 by date:

Previous
From: Adam Witney
Date:
Subject: Re: Newbie problem
Next
From: "etsuko shimabukuro"
Date:
Subject: user defined function