Re: Shutting down pgsql - Mailing list pgsql-general

From Ryan Williams
Subject Re: Shutting down pgsql
Date
Msg-id 004a01c0120b$52204280$c330cc40@crusher
Whole thread Raw
In response to Shutting down pgsql  ("Adam Lang" <aalang@rutgersinsurance.com>)
List pgsql-general
I should hope so.  That's what happens when your system shuts down...

Here's what my postgresql script does when passed 'stop':

killproc postmaster
sleep 2
rm -f /var/run/postmaster.pid
rm -f /var/lock/subsys/postgresql

Kills the postmaster, and cleans up the mess.

----- Original Message -----
From: "Adam Lang" <aalang@rutgersinsurance.com>
To: "PGSQL General" <pgsql-general@postgresql.org>
Sent: Tuesday, August 29, 2000 1:33 PM
Subject: [GENERAL] Shutting down pgsql


> Is it safe to shutdown the server by typing /etc/rc.d/init.d/postgresql
stop
> ?  I read the documentation and it is refering to kill the postmaster.pid.
>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
>


pgsql-general by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: foreign keys - script
Next
From: Lamar Owen
Date:
Subject: Re: 7.1 Release Date