Re: Problem while running initdb - Mailing list pgsql-cygwin

From William Makowski
Subject Re: Problem while running initdb
Date
Msg-id 20050906145745.BDFS18394.centrmmtao04.cox.net@smtp.east.cox.net
Whole thread Raw
In response to Problem while running initdb  ("Natrayan Kuppusamy - CTD , Chennai" <natrayank@hcltech.com>)
List 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 by date:

Previous
From: William Makowski
Date:
Subject: Re: Doubts
Next
From: "Ben Keene"
Date:
Subject: subscribe