Re: [solved] postgresql, cygwin newbie, issues

2003-08-01 Thread Michael Teter
l 3. Untar cygipc tarball from / directory. 4. $ ipc-daemon& 5. $ mkdir /whatever/path/pgsql 6. $ initdb -D /whatever/path/pgsql 7. $ pg_ctl -D /whatever/path/pgsql -o "-i" start 8. $ createdb testdb etc. Thanks again. Michael --- Larry Hall <[EMAIL PROTECTED]> wrote: >

postgresql, cygwin newbie, issues

2003-07-31 Thread Michael Teter
Howdy. I and to run PostgreSQL on Cygwin. I've found a few differing "guides" of how to do this, but I'm unable to get any to fit my situation. I have CYGWIN_NT-5.1 with "all" packages downloaded and installed. I'm running XP Pro SP1. Guides I've found for Postgres+Cygwin tell of running ipc-d