From: | Jeff Bowden <jlb(at)houseofdistraction(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: serverless postgresql |
Date: | 2004-01-14 05:13:00 |
Message-ID: | 4004CFDC.4020603@houseofdistraction.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Lane wrote:
>Jeff Bowden <jlb(at)houseofdistraction(dot)com> writes:
>
>
>>What about the notion of running postmaster on-demand as the user?
>>
>>
>
>Possibly. You'd have to think carefully about what conditions the
>postmaster should be shut down under, and especially what conditions
>it should NOT be shut down under --- eg, a kill to the parent client
>application shouldn't cause an ungraceful postmaster exit. It could
>be tricky to get the signal handling right, especially under shells that
>try to deliver signals to all children of a process being signaled.
>On the whole I suspect it'd be easier just to leave the postmaster
>running in the background...
>
>
Details, details.... :-)
>>Oh yeah, that brings me to another question. I was looking at the
>>postmaster command-line switches and I couldn't find any that would
>>allow me to point it at an arbitrary config file
>>
>>
>
>The config files all live in $PGDATA and so are determined by the -D
>switch. There was some talk of changing this, awhile back, but it
>foundered on lack of consensus about exactly what to do instead.
>
>
As long as it can be done.
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2004-01-14 05:18:10 | Re: serverless postgresql |
Previous Message | Christopher Browne | 2004-01-14 05:12:45 | Re: serverless postgresql |