[NOVICE] newbie problem on creating table

From: "Thomas Krebs" <thomas(at)krebs-haertl(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Subject: [NOVICE] newbie problem on creating table
Date: 2000-07-10 12:59:54
Message-ID: 011601bfea6e$c927e3c0$b240363e@sokrates
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

> >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(at)repas-aeg(dot)de
> Tel: ++49-511-87449-12 repas AEG Automation GmbH
> Fax: ++49-511-87449-20 GS Hannover, Germany
>
>
>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Krebs 2000-07-10 13:01:19 newbie problem on creating table
Previous Message Benjamin Adida 2000-07-10 12:56:04 Re: Re: [GENERAL] PostgreSQL vs. MySQL

Browse pgsql-novice by date

  From Date Subject
Next Message Travis Bauer 2000-07-10 13:07:20 Re: [NOVICE] newbie problem on creating table
Previous Message Thomas Krebs 2000-07-10 12:51:41 Re: [GENERAL] newbie problem on creating table