Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I install PostgreSQL in Microsoft Platforms

Status
Not open for further replies.

noonjy

Programmer
Mar 13, 2002
8
MY
How do I install PostgreSQL in Microsoft Platforms?

Regards
 
If you install a current version of CygWin, which is a Unix development layer for Windows, then PostgreSQL comes with it.
If you want, you can also compile PostgreSQL from source using Cygwin, and I have actually heard of some people accomplishing it with Visual C++.

Of course, you can get all this by doing a simple Google search:
Some good links from there:



And finally, my opinion: it may seem easier to install PostgreSQL on windows than to bother with a Linux machine, but I think you will find otherwise. Most modern Linux distributions come automatically with a fairly current version of PostgreSQL-- just run the install CD, choose PostgreSQL along with the other desired packages, and you are there. Then, if you run PostgreSQL from a cheap older machine with Linux, there are all kinds of great tools in Windows that can connect to PostgreSQL on a network with ODBC or JDBC.

In fact, just about any reporting tool that uses ODBC or JDBC will work just fine with PostgreSQL. Or, you can even use Microsoft Access as a front end without too much difficulty. -------------------------------------------

"Calculus is just the meaningless manipulation of higher symbols"
                          -unknown F student
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top