Regarding initdb & pg_ctl

Поиск
Список
Период
Сортировка
От Vikram Patil
Тема Regarding initdb & pg_ctl
Дата
Msg-id 71F491F5DA99604A80DE49424BF3D02B0CED4FA4@exchange8.actuate.com
обсуждение исходный текст
Ответы Re: Regarding initdb & pg_ctl  (Magnus Hagander <magnus@hagander.net>)
Re: Regarding initdb & pg_ctl  (chris_watcher <watcher@california.usa.com>)
Список pgsql-general

Hello Folks,

 

       So I have following problem as I logged in Windows 2003 with domain\user. I am basically trying to create installer for postgres. So I need to keep in mind that  person who is going to install can be the one who is currently logged in.

 

So I tried to change permissions on data directory so that initdb will run fine. I changed creator owner privileges to be read and execute using XACLS then ran initdb. It populated directory correctly  But when I used pg_ctl to start up service it failed saying

“FATAL:  XX000: C:/Program Files/PostgreSQL/8.4/bin/postgres.exe: could not locate matching postgres executable

, .\src\backend\postmaster\postmaster.c:1070 …”

 

Please provide some inputs how to tackle with this permission issues. Thanks in advance

 

Thanks & Regards,

Vikram

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

Предыдущее
От: Ehsan Haq
Дата:
Сообщение: Re: Getting Out Parameter in the application using libpq
Следующее
От: Postgres User
Дата:
Сообщение: Alternative to temp tables?