Re: Problem while running initdb
От | William Makowski |
---|---|
Тема | Re: Problem while running initdb |
Дата | |
Msg-id | 20050906145745.BDFS18394.centrmmtao04.cox.net@smtp.east.cox.net обсуждение исходный текст |
Ответ на | Problem while running initdb ("Natrayan Kuppusamy - CTD , Chennai" <natrayank@hcltech.com>) |
Список | pgsql-cygwin |
> From: "Natrayan Kuppusamy - CTD , Chennai" > Date: 2005/09/05 Mon AM 01:23:54 EDT > > I want to run the postmaster. > For that I have followed the steps which you have given. > I am getting the following error while running the initdb commend. > bash: initdb: command not found > Can u give the solution to solve this problem? Looks like you are trying to initialize your database, not run postmaster. It appears that initdb is not in your search path. Depending on how you installed, it should be in either /usr/local/bin or /usr/bin. These would need to be added to the PATH environment variable for the user that is executing the command. Another way to locate initdb would be use the find command. For example, at the / directory type find -iname initdb. Bill
В списке pgsql-cygwin по дате отправления: