Re: embed postgres

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Stephen Ince <since(at)opendemand(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: embed postgres
Date: 2007-07-25 01:04:49
Message-ID: 1829242998.01185334609163.JavaMail.mscott@spotone
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stephen Ince wrote:

> I am looking to embed postgres into an application on windows. I am
> fine with it being a separate service. Here is what I am looking to do.
> Any help would be greatly appreciated.
>
This is the wrong list to ask this question. Next time try general list.
What you're looking for is silent installation [1].

> 2) Start postgres when the app starts.
> 3) Stop postgres when the app stops.
pg_ctl?

> 4) Minimize the amount of postgres processes.
>
You can't. It's by design.

[1] http://pginstaller.projects.postgresql.org/silent.html

--
Euler Taveira de Oliveira
http://www.timbira.com/

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-07-25 03:42:58 Re: Updated tsearch documentation
Previous Message Stephen Ince 2007-07-24 23:18:48 embed postgres