"Martin A. Marques" <[EMAIL PROTECTED]> writes:
> Has somebody made a script to start and stop the postmaster on Solaris? I'm
> having a hard time trying to do the stop part of the script, I just can't
> find an elegant way to kill the process and eliminate the socket lock that's
> left in /tmp
"Samuel A. Mullen" wrote:
>
> Does anyone have a startup script for Postgres 7.0 that I can throw into my
> /etc/rc.d/init.d directory? (RedHat 6.1)
A complete startup script is distributed with the RedHat RPMS for
PostgreSQL 7.0, available at
ftp://ftp.postgresql.org/pub/binary/v7.0/redhat-RPM
On Tue, 12 Oct 1999, Duncan Kinder wrote:
>
> I have been told on the Novice list that in order to start Postgres for an
> Internet connection, it needs to have the -i flag set.
>
> However, following the documentation, for RedHat automatic startups, I have
> inserted the following language in
At 20:13 +0200 on 12/10/1999, Duncan Kinder wrote:
> pg:2345:respawn:/bin/su - Postgres -c
> "/usr/local/pgsql/bin/postmaster -D/usr/local/pgsql/data >>
> /usr/local/pgsql/server.log 2>&1
> I would like to know how to edit this language so that Postgres will
> automatically start with the -i fl