Re: postgresql on windows98

From: Richard Huxton <dev(at)archonet(dot)com>
To: Bill Moran <wmoran(at)potentialtech(dot)com>
Cc: RaviThapliyal <thapliyal(dot)ravi(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql on windows98
Date: 2009-05-14 13:51:01
Message-ID: 4A0C21C5.2040802@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bill Moran wrote:
> In response to RaviThapliyal <thapliyal(dot)ravi(at)gmail(dot)com>:
>
>> but i need to run postgresql on windows98. Many of our clients are
>> working on windows98 :(.
>> Any way out for this?
>
> No. The correct answer to this question is "you can't do this, and if
> you figure out a hack to make it work, you will be sorry that you did."

Well, the perhaps more generous answer is "try cygwin" - there's a
PostgreSQL package for it and it appears to be 8.2.9 (which isn't too
old although see if there's the latest 8.2 available).

However, assuming anyone running Windows 98 is doing so on hardware from
2000 or earlier, you've probably got at best 256MB of RAM and an aging
disk too. It's going to be slow, and when the hardware goes wrong you're
probably going to get database corruption. You might well get it when
Windows crashes too.

If you do get things running, you'll want to tune the database quite
carefully to avoid bringing the system to a halt with one big query.
You'll also want to ensure backups are taken on a regular basis.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message SHARMILA JOTHIRAJAH 2009-05-14 13:51:15 Good PG Books ?
Previous Message wickro 2009-05-14 13:33:07 work_mem greater than 2GB issue