Problems with Postgresql under Windows XP pro

Поиск
Список
Период
Сортировка
От R. M. Besel
Тема Problems with Postgresql under Windows XP pro
Дата
Msg-id 3E201E1A.9080906@xbrain.de
обсуждение исходный текст
Список pgsql-admin
Hi Postges-Admins,

I have installed Postgresql-7-3-1 on two windows systems, a W2K-pro and
a W-XP pro system. The installations have been completely identical,
ipc-daemon and postmaster are installed as services with the following
commands:

ipc-daemon:
cygrunsrv --install ipc-daemon --desc "CygWin IPC Daemon" --path
/usr/local/bin/ipc-daemon --termsig INT --shutdown

postmaster:
cygrunsrv --install postmaster --desc "PostgreSQL Database Server"
--path /usr/local/pgsql/bin/postmaster --args "-D /usr/local/pgsql/data
-i" --dep ipc-daemon --termsig INT --user postgres --shutdown --stdout
/pgsql.log --stderr /pgsql.err

Both services are successsfully running. The rest I did like described
in the README and FAQ files (cygwin, user postgres, initdb ...). Every
task was running without error.

Now the problem: with windows XP-pro it is not possible to get a
connection to the database, when the user is not Administrator.

"psql -U postgres template1" is running seccessfully only as user
"Administrator". Every other user gets a error message.

With W2K-pro everything works fine.

Is there anybody who has resolved this XP problem?

Thanks a lot,

Ralph



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: error starting PostgreSQL
Следующее
От: Artur Pietruk
Дата:
Сообщение: Re: sequence