Re: starting/running postgres... - Mailing list pgsql-php

From Michael Fuhr
Subject Re: starting/running postgres...
Date
Msg-id 20050426015621.GA10139@winnie.fuhr.org
Whole thread Raw
In response to Re: starting/running postgres...  (Michael Fuhr <mike@fuhr.org>)
List pgsql-php
[Please copy the mailing list on replies so others can contribute
to and learn from discussions.]

On Mon, Apr 25, 2005 at 06:39:20PM -0700, bruce wrote:
>
> i do have a question though. short of modifying the init.d/postgresql file
> with the "-i" option, is there another better way to resolve the issue...

If that is indeed the problem then edit postgresql.conf and change
the appropriate settings (see my previous message for the names of
settings to look at).  Here are links to the relevant sections in
the 8.0 and 7.4 documentation; if you're using a different version
then see that version's documentation.

http://www.postgresql.org/docs/8.0/interactive/runtime-config.html
http://www.postgresql.org/docs/7.4/interactive/runtime-config.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-php by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: starting/running postgres...
Next
From: "John Mohr"
Date:
Subject: Does php/postgres support placeholder's?