Re: posgresql

2004-11-08 Thread Christopher Faylor
On Mon, Nov 08, 2004 at 10:58:55AM +0200, Loyiso Tyira - BCX - Networks wrote: >Hi guys, > >I am trying to install posgresql on cygwin. I have installed postgesql >and cygipc. Did the following steps > >1. $ ipc-daemon& >2. $ mkdir /whatever/path/pgsql >3. $ initd

posgresql

2004-11-08 Thread Loyiso Tyira - BCX - Networks
Hi guys, I am trying to install posgresql on cygwin. I have installed postgesql and cygipc. Did the following steps 1. $ ipc-daemon& 2. $ mkdir /whatever/path/pgsql 3. $ initdb -D /whatever/path/pgsql 4. $ pg_ctl -D /whatever/path/pgsql -o "-i" start 5. $ createdb testdb But s