Thanks Tony
What PostgreSQL files do I use?
Bob
----- Original Message -----
From: "Tony Caduto" <tony_caduto@xxxxxxxxxxxxxxxxxxxx>
To: "Bob Pawley" <rjpawley@xxxxxxx>; <pgsql-general@xxxxxxxxxxxxxx>
Sent: Tuesday, December 19, 2006 8:53 AM
Subject: Re: [GENERAL] Creating an Independant Application
Bob Pawley wrote:
Yes
I want to include the service and the tables, triggers etc. as an
installable application for one, or more, users.
I don't know if this is considered embedded or not, but there seems to
be a lack of infomation on how to accomplish this.
Bob
-
Hi Bob,
You can easily accomplish it using Inno setup and the full installer I
created for Postgresql,
you simply have to add you app to the Inno setup script and your done.
Complete source is available here:
http://www.amsoftwaredesign.com/downloads/pg_installer_setup.zip
and I licensed the script as BSD.
You can get all the Inno setup stuff here:
http://www.jrsoftware.org/isinfo.php
Hope this helps you out.
Later,
--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match