Database access problem : SOS

From: mjoseph(at)inautix(dot)com
To: pgsql-general(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: Database access problem : SOS
Date: 2003-02-03 15:18:41
Message-ID: OF8DEA0C43.1622AC4A-ON65256CC2.00541450@LocalDomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-novice


Hi,
I am new to PostgreSQL. I am running PostgreSQL on top of Cygwin on Windows
NT.
I am able to initialize the database cluster and create template1. I log in
and even create a 'test' table.
But querying it results in the error.

ERROR: pg_class_aclcheck: invalid user id 1730

Someone please help!
This is the sequence of steps I follow.

mkdir /usr/local/pgsql/data
chown 1730 /usr/local/pgsql/data
ipc-daemon &
initdb -D /usr/local/pgsql/data -U 1730 -W
psql -U 1730 template1

My NT user id is 1730 and I have admin privileges. Like I said earlier, I
am able to login. But I am unable to query any tables.
Anyone out there got any clues?
Regards,
Manoj

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gary Stainburn 2003-02-03 15:28:09 Re: Fwd: Postgresql
Previous Message mjoseph 2003-02-03 15:09:46 Database access problem : SOS

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2003-02-03 15:43:48 Re: Comparing different numeric data types
Previous Message mjoseph 2003-02-03 15:09:46 Database access problem : SOS

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2003-02-03 15:45:25 Re: Database access problem : SOS
Previous Message mjoseph 2003-02-03 15:09:46 Database access problem : SOS