Re: Shutting down pgsql

From: "Ryan Williams" <shrewsbury(at)louisiana(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Shutting down pgsql
Date: 2000-08-29 22:48:57
Message-ID: 004a01c0120b$52204280$c330cc40@crusher
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rutgersinsurance(dot)com>
To: "PGSQL General" <pgsql-general(at)postgresql(dot)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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2000-08-29 22:58:40 Re: 7.1 Release Date
Previous Message Tom Lane 2000-08-29 22:47:19 Re: foreign keys - script