Re: postgresql as windows 2000 service problem
"Merlin Moncure" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
> My path is > > C:\Inprise\vbroker\bin;C:\PROGRA~1\Borland\CBUILD~1\Bin;C:\PROGRA~1\Borl an > d\CBUILD~1\Projects\Bpl;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\ Sy > stem32\Wbem;C:\POSTGRES\BIN;C:\POSTGRES\LIB > > I set the path as follows: > right click to my computer (as administrator) > select properties > going to the "for advanced" tab > going to environment variables > goind to second window titled "system variables" > findind from the list variable PATH > double click it > and add bin and lib folders Can you log in as the postgres user and check the same thing? Check the user path and make sure it's got %path% in it so it stacks with the system path. Or, Use the runas command from the command window to open up a command shell under the postgres user context. In that window, try to invoke pg_ctl to check the path (or example path). Merlin ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend