[GENERAL] [ADMIN] initdb on postgresql 7.1.2 running under cygwin on win 2000

2001-08-14 Thread Steve SAUTETNER
Hello ! I've got a little problem with launching initdb on postgresql 7.1.2 under cygwin : when i launch it, it says : $ initdb -d -n -D $PG_DATA Running with debug mode on. Running with noclean mode on. Mistakes will not be cleaned up. Initdb variables: PGDATA=/data/pgsql datadir=/usr/sha

Re: [GENERAL] [ADMIN] initdb on postgresql 7.1.2 running under cygwin on win 2000

2001-08-14 Thread Barry Lind
My guess is that you don't have the ipc-daemon running before you run initdb. --Barry Steve SAUTETNER wrote: > Hello ! > > I've got a little problem with launching initdb on postgresql 7.1.2 under > cygwin : > > when i launch it, it says : > > $ initdb -d -n -D $PG_DATA > Running with debug