RE: Win32 native port question

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема RE: Win32 native port question
Дата
Msg-id 81124B76C0CF364EBAC6CD213ABEDEF703CC7E@ARGON.edu.sollentuna.se
обсуждение исходный текст
Ответ на Win32 native port question  ("Brother Tuck" <brothertuck72@hotmail.com>)
Список pgsql-ports
> Hi,
> Firstly, postgresSQL is a great product, simple to
> administrate, simple to
> port (on unix). Your team have done a very good job.
> I would like to make a wish for the next version.
> Is it possible to get a native port on Microsoft windows
> system (NT or
> 2000). I know that I can use cygnus stuff and port the
> server. But my wish
> will to get a port of the server on Win32 without Cygnus.
> The server should be start as service or as a console program
> (like apache). Is it plain ? Or never ?

I'd say it's highly unlikely that will ever be done. PostgreSQL uses too
many Unix APIs that are not available on native Win32. It would require
a complete rewrite of almost all core parts of the server - I doubt
there is somebody willing to do that, and able to do it in a way that
would not affect the currently supported platforms.
So I think for the foreseeable (sp?) future, you will have to live with
native Win32 client, but the server only on Cygnus or Unix.

//Magnus

В списке pgsql-ports по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Win32 native port question
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 native port question