Re: system cataloge?

From: "Henshall, Stuart - Design & Print" <SHenshall(at)westcountry-design-print(dot)co(dot)uk>
To: 'David Scullion' <davidscullion(at)yahoo(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: system cataloge?
Date: 2002-11-28 16:30:44
Message-ID: E382B5D8EDE1D6118DBE0008C759BCD6116AF8@WCPEXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message brew 2002-11-28 18:03:52 Re: Can't connect to socket in Debian distribution
Previous Message Adam Witney 2002-11-28 16:00:23 Re: Newbie problem