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
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]
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