| From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
|---|---|
| To: | Thomas Krebs <thomas(at)krebs-haertl(dot)de> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: [NOVICE] newbie problem on creating table |
| Date: | 2000-07-10 13:07:20 |
| Message-ID: | Pine.GSO.4.21.0007100805420.27860-100000@piccolo.cs.indiana.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-novice |
Does the database you created have the same name as the user executing the
query you mentioned? I believe that, as given, psql will try to connect
to a database having the same name as the login name of the user executing
the statement.
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------
On Mon, 10 Jul 2000, Thomas Krebs wrote:
> > >I am trying to get a start with Postgres 6.4 on Suse Linux 6.4.
> > I did that just 2 weeks ago.
>
> and it works?
>
> > >I created a superuser who is allowed to create databases.I created a
> > >user and a database, but I didn't manage so far to create a table.
> > like : $ psql -c "create table test ( a int, b int )"
>
> yes, I tried exactly this statement, but still the same error
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2000-07-10 13:10:09 | Re: Re: [GENERAL] PostgreSQL vs. MySQL |
| Previous Message | Thomas Krebs | 2000-07-10 13:01:19 | newbie problem on creating table |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-07-10 15:05:32 | Re: [NOVICE] newbie problem on creating table |
| Previous Message | Thomas Krebs | 2000-07-10 12:59:54 | [NOVICE] newbie problem on creating table |