Re: [BUGS] postgresql 8.0b1 Win32 observations
"Dave Page" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <E7F85A1B5FF8D44C8A1AF6885BC9A0E41A7803@ratbert.vale-housing.co.uk> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of Justin Wyer > Sent: 21 August 2004 11:11 > To: postgresql > Subject: Re: [pgsql-hackers-win32] [BUGS] postgresql 8.0b1 > Win32 observations > > What I would like > to see is eiter 1. An installer that lets u install on fat. > OR 2. a zipped binary distro of the windows version so i can > happily run on fat, however that seems to have stopped which > means I have to compile it myself which is a hassle :/ NTFS checking is now coded into the installer which will only let you install the data directory on an NTFS partition. The rest of the app can be installed anywhere. I will commit a minor change in a minute that will allow you to specify a non-NTFS partition, but only if you don't automatically initdb. This means that you should be able to install everything, but you will need to login as your service user and manually run initdb (which you would have to do with a zipped installation of course). BTW, I still think running on FAT is a *bad* idea whatever you are doing :-) Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [email protected])