Re: about postgre SQL download

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Illusiontechnologies" <jagdish(at)illusiontechnologies(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: about postgre SQL download
Date: 2003-10-15 13:17:46
Message-ID: 200310151417.46875.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wednesday 15 October 2003 10:27, Illusiontechnologies wrote:
> Sir,
> We are using Windows 98,WindowsXP on our system. How we are going to
> download postgre SQL for this window platform. Which would be the closest
> mirror since we are from india.

I don't recommend using Windows 98 to host a database at all, XP is much more
stable though. You have three main options...

To run the free version of PostgreSQL on Windows you'll need the (free) cygwin
system which provides a unix-like environment on top of Windows.

http://www.cygwin.com/

This lets you select a number of packages to install, one of which is
postgresql. You can find some details on setting up postgresql on Windows on
the techdocs site.

http://techdocs.postgresql.org

The Cygwin method of running PostgreSQL is not considered as stable as running
on top of Linux/BSD/other unix systems, but should be fine for
developing/testing.

In addition, there are a number of commercial offerings of Windows versions,
again there is a link on the techdocs site. I know of one person who has
installed the dbexperts version and seems very happy.

Finally, the PostgreSQL developers are working on a native Windows version
that should be ready for version 7.5, but that will be some 6-12 months off.

My personal preference would be to install Linux/FreeBSD on a machine and run
it there - setting up Linux is much easier than it used to be. Which option
you want to go for will depend upon your experience, time available and
whether you want to spend any money.

HTH
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message robert 2003-10-15 14:12:44 Re: Escaping the $1 parameter in stored procedures
Previous Message Richard Huxton 2003-10-15 08:17:50 Re: Create View