Re: Creating an Independant Application

From: Bob Pawley <rjpawley(at)shaw(dot)ca>
To: Johann Campbell <johann(dot)campbell(at)gmail(dot)com>
Cc: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Creating an Independant Application
Date: 2006-12-19 16:25:03
Message-ID: 006f01c7238a$3d2fa4a0$8e904618@owner
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

----- Original Message -----
From: "Johann Campbell" <johann(dot)campbell(at)gmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Monday, December 18, 2006 6:39 PM
Subject: Re: [GENERAL] Creating an Independant Application

>I think Postgres has to be installed as a service. Seems as if what you are
>looking for is more of an embeddable solution in which the libraries can
>move with the app per se.
>
> Johann.
>
> "Bob Pawley" <rjpawley(at)shaw(dot)ca> wrote in message
> news:006401c72300$b4953d00$8e904618(at)owner(dot)(dot)(dot)
>> I've already built the PostgreSQL database. Now I want to turn it and the
>> Delphi interface (host) into a distributable application.
>>
>> I am using Installshield and I need to pick up the files in Postgres to
>> include.
>>
>> Bob Pawley
>>
>> ----- Original Message -----
>> From: "John McCawley" <nospam(at)hardgeus(dot)com>
>> To: "Bob Pawley" <rjpawley(at)shaw(dot)ca>
>> Cc: "Postgresql" <pgsql-general(at)postgresql(dot)org>
>> Sent: Monday, December 18, 2006 10:57 AM
>> Subject: Re: [GENERAL] Creating an Independant Application
>>
>>
>>> I'm not quite sure I understand your question, do you mean that you wish
>>> to distribute an "all-in-one" installer for a client machine that will
>>> include both your app and PostgreSQL?
>>>
>>> It all depends on the complexity of your database backend. If this is
>>> small, quick-and-dirty app, I don't know if PostgreSQL is the best
>>> match for a setup like that. Other people on this list may disagree,
>>> but I tend to think that a full-blown RDBMS is overkill for that sort of
>>> problem. If your app is in C/C++, you may want to check out SQLite:
>>>
>>> http://www.sqlite.org/
>>>
>>> If you're programming in a Windows-centric environment, you may want to
>>> consider using an Access .mdb backend and programming to it through ADO.
>>>
>>>
>>> Bob Pawley wrote:
>>>
>>>> Hi
>>>> I have managed to turn my host software into an executable. It runs
>>>> well using my installed database and server.
>>>> What files in PostgreSQL do I need to include to have the host
>>>> software, the PostgreSQL server and database run as an independant
>>>> application??
>>>> Bob Pawley
>>>
>>>
>>> ---------------------------(end of broadcast)---------------------------
>>> TIP 2: Don't 'kill -9' the postmaster
>>>
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 2: Don't 'kill -9' the postmaster
>>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gurjeet Singh 2006-12-19 16:26:45 Re: Let's play bash the search engine
Previous Message Alvaro Herrera 2006-12-19 16:22:47 Re: Second attempt, roll your own autovacuum