Re: Windows version of PostgreSQL 8.x?

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Bjørn T Johansen <btj(at)havleik(dot)no>
Cc: pgsql-general general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Windows version of PostgreSQL 8.x?
Date: 2005-07-12 23:48:51
Message-ID: 86CC9406-1E6A-46F3-8814-1C6A48792FAC@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jul 12, 2005, at 1:15 PM, Bjørn T Johansen wrote:

> BTW, is PGSQL 8 supported on Windows NT 4?

It may work, but is not supported:

1.2) I heard that NT4 is supported. Is that true?

Although not officially supported, PostgreSQL will run on Windows NT4
with a few minor issues including:

The installer will not work correctly, thus you will need to compile
and install the code manually.
PostgreSQL uses a feature in the NTFS filesystem called 'reparse
points' to implement tablespaces. Reparse points are not available in
NT4, hence tablespaces cannot be used.
There is no 'runas.exe' included in Windows NT4 as standard, making
it difficult to start PostgreSQL from an administrative account.
It should also be noted that very little testing has been done on NT4.

from http://pginstaller.projects.postgresql.org/faq/FAQ_windows.html

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-07-13 00:11:23 Re: export/import database
Previous Message Joshua D. Drake 2005-07-12 22:52:58 Re: user privilege to create c function