Re: [GENERAL] Problem with win32 installer for PG 8.0

2005-01-17 Thread Jasper Potts
I am trying to do something similar with a silent install of postgres embedded in another install. What tools are being used to generate the Postgres MSI installer? is the source for the installer around? This is the first time I have ever tried making an installer so any tips very welcome. I a

[GENERAL] Bypass administrative permissions restriction on windows?

2005-01-17 Thread Jasper Potts
es it work with users there? Is there a way of starting postgres in process as a DLL? Many Thanks Jasper Potts ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [GENERAL] PostgreSQL 8 on windows very slow

2005-01-17 Thread Jasper Potts
In our testing Postgres came out on top, well MySql was faster if you use the non-transactional table type "MyISAM". If you use the InnoDb table type it comes out slower. All of this is very subjective depending on your querys and data set. Have you run the ANALYZE command on Postgres since you