Re: Creating an Independant Application

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Creating an Independant Application
Date: 2006-12-19 20:06:57
Message-ID: 45884661.50603@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob Pawley wrote:
> What is the best way of installing the tables, triggers etc? Do I add
> a project dump file or generate them from an sql file?
>
> Bob
>
Bob,

I would just have a sql script with the create database etc and then
after the server is up and running, execute the script via psql or you
could add a delphi DLL to do it with
Zeos or some other PG component set.

The script uses Pascal scripting to start the service, so you will know
when and if it started successfully.

Later,

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew O'Connor 2006-12-19 20:07:46 Re: Second attempt, roll your own autovacuum
Previous Message Magnus Hagander 2006-12-19 20:06:50 Re: Anyone? Best way to authenticate postgres against