Re: Installation error

From: Reini Urban <rurban(at)x-ray(dot)at>
To: makhan <emoazzam(at)yahoo(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Installation error
Date: 2007-03-16 21:56:44
Message-ID: 45FB129C.8090104@x-ray.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

makhan schrieb:
> Hi
> I installed cyqwin using the options given on the website.
>
> I ran the following command to start the cygserver for shared memory support
> /usr/sbin/cygserver &
>
>
> When I try to create new databse cluster using the following commmand
>
>
> initdb -D /usr/local/pgsql/data -W -E LATIN1
>
> I get error
>
> bash: initdb:command not found
>
> same messaage when trying to start postmaster with command
>
> postmaster -D /usr/local/pgsql/data
>
> Can you plz help me out with this.

This is not a postgresql specific question.

If initdb is in /usr/sbin/ it would be:
/usr/sbin/initdb -D /usr/local/pgsql/data -W -E LATIN1

and so on.

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message syed.kamal 2007-03-20 17:56:53 Replication help
Previous Message makhan 2007-03-06 00:00:01 Re: command initdb not found