Database access problem : SOS

Поиск
Список
Период
Сортировка
От mjoseph@inautix.com
Тема Database access problem : SOS
Дата
Msg-id OFA43748BF.2FFB94C3-ON65256CC2.0052A944@LocalDomain
обсуждение исходный текст
Список pgsql-admin
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




В списке pgsql-admin по дате отправления:

Предыдущее
От: David Gilbert
Дата:
Сообщение: Problems upgrading from 7.1.3
Следующее
От: "Chris White"
Дата:
Сообщение: Re: pg_restore and the use of encryption