Installing postgresql on Windows question - Mailing list pgsql-hackers-win32

From Wei Wang
Subject Installing postgresql on Windows question
Date
Msg-id 001c01c3ecfd$123610c0$e164e880@weiwang
Whole thread Raw
List pgsql-hackers-win32
hi,

I followed the instruction on
http://momjian.postgresql.org/main/writings/pgsql/win32.html


a.. Download the nightly snapshot tarball from
ftp://ftp.postgresql.org/pub/dev or checkout via CVS (you will need bison,
flex, and perl installed to build from CVS)

a.. Run configure
a.. Run make (at the time of writing, the entire source base should compile
and link successfully)


Now I did "configure --without-zlib --enable-debug --enable-cassert" and
then "make".
psql  will run under CMD.EXE.  psql does not work using the Msys console
application because of buffering problems.

Now I'm confused it didn't say anything about "make install". Does that mean
it is not needed in Windows installation?
But I cannot find where the database is. Can anyone give me some direction?



Wei


pgsql-hackers-win32 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: win32 signals, part 4
Next
From: "Magnus Hagander"
Date:
Subject: Re: Installing postgresql on Windows question