Thread: PostgreSQL on Windows Server 2003
Howdy:
Silly questions -
Is it possible (or, has anyone got brave enough) to run
PostgreSQL on Windows Server 2003?
If so, what does it entail and how do I start?
Thanks.
-X
Johnson, Shaunn wrote: > Howdy: > Silly questions - > > Is it possible (or, has anyone got brave enough) to run > PostgreSQL on Windows Server 2003? > > If so, what does it entail and how do I start? See the FAQ entry for Win32. You can use Cygwin. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
On Mon, 15 Dec 2003, Johnson, Shaunn wrote: > Howdy: > Silly questions - > > Is it possible (or, has anyone got brave enough) to run > PostgreSQL on Windows Server 2003? > > If so, what does it entail and how do I start? The best and easiest way for normal folks is likely gonna be to use cygwin, which has postgresql as one of its many packages. Make sure and install cygipc and you should be set. Don't expect stellar performance. Bruce and company are working on the native port, due out "real soon now".