Re: hi,for help!

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: hi,for help!
Date: 2010-05-28 14:41:38
Message-ID: 20100528144138.GA8704@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

zhenyang guo <concer(dot)guo(at)gmail(dot)com> wrote:

> hi, i have a problem not knowing how to fix . the follwing are error
> information:
>
> "
> guo(at)guo-desktop:~$ su
> Password:
> root(at)guo-desktop:/home/guo# su - postgres
> postgres(at)guo-desktop:~$ psql
> psql: FATAL: database "postgres" does not exist
> postgres(at)guo-desktop:~$ createdb test
> createdb: could not connect to database postgres: FATAL: database "postgres"
> does not exist

Which version?

Well, try:

createdb -T template0 test

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Bausch 2010-05-28 14:43:55 Re: hi,for help!
Previous Message Rainer Pruy 2010-05-28 14:06:08 Re: UPDATE...RETURNING col INTO var - what is returned?