From: | Joerg Hessdoerfer <Joerg(dot)Hessdoerfer(at)sea-gmbh(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: error |
Date: | 2002-03-07 15:55:58 |
Message-ID: | 200203071556.QAA00556@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
On Sunday 03 March 2002 21:08, you wrote:
> Hello
> i am using postgresq(cygwin)in windows 2000.When i start the postmaster
^^^^^^^^
No. You start using it ;-)
> after intialising the database i get the error as database "Administrator"
> does not exist in system catalog
>
>
> any ideas?
>
>
> Montfort
psql by default connects to a database named after the user - so one can
deduce from your mail that you are running as 'Administrator'.
Do either 'psql <databasename>', or 'psql -U <username> <databasename>' or
'createdb Administrator', then 'psql'.
Greetings,
Joe
--
Leading SW developer - S.E.A GmbH
Mail: joerg(dot)hessdoerfer(at)sea-gmbh(dot)com
WWW: http://www.sea-gmbh.com
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-03-07 16:01:01 | Re: Migration problem - serial fields |
Previous Message | Joerg Hessdoerfer | 2002-03-07 15:55:22 | Re: How do I pass the -i option during boot time? |