[NOVICE] newbie problem on creating table - Mailing list pgsql-general

From Thomas Krebs
Subject [NOVICE] newbie problem on creating table
Date
Msg-id 011601bfea6e$c927e3c0$b240363e@sokrates
Whole thread Raw
Responses Re: [NOVICE] newbie problem on creating table
Re: [NOVICE] newbie problem on creating table
List pgsql-general
> >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

 > > It just returns "Error cannot create <tablename>.
> Did you install the pg_datab and pg_ifa packages, too ?

 yes, I installed both packages

> >In the configuration file for the authentication, I used the settings
coming
> >with the installation:
> >
> >local all            trust
> >hosts all 127.0.0.1 255.255.255.255 trust
> >
> >The logfile also just shows the messages:
> >Error: Cannot create <table>
> >AbortCurrentTx
> >....
> >
> >I am really stuck and have no glue where to look or to start. Any help is
> >highly welcome
> Well, glue won't help you to become unstuck :-)
 I take whatever it needs to get this fixed :-)

 > >thomas
> >
> >PS: posted to pgsql-novice and pgsql-general
> >
> >
> --
> Bernd Tegge                  mailto:tegge@repas-aeg.de
> Tel: ++49-511-87449-12       repas AEG Automation GmbH
> Fax: ++49-511-87449-20       GS Hannover, Germany
>
>
>


pgsql-general by date:

Previous
From: The Hermit Hacker
Date:
Subject: RE: PostgreSQL & the BSD License
Next
From: "Thomas Krebs"
Date:
Subject: newbie problem on creating table