Re: Shutting down postgresql - Mailing list pgsql-general

From Peter Darley
Subject Re: Shutting down postgresql
Date
Msg-id NNEAICKPNOGDBHNCEDCPOEHFCCAA.pdarley@kinesis-cem.com
Whole thread Raw
In response to Re: Shutting down postgresql  (Bruno Wolff III <bruno@[66.92.219.49]>)
Responses Re: Shutting down postgresql
Re: Shutting down postgresql
List pgsql-general
Troy,
    Something that caught me up at first is that PostgreSQL won't shut down
until all it's backends close, which means that if you have an application
connected that uses pooled or cached connections you will probably have to
shut it down first.

Peter Darley

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of Bruno Wolff III
Sent: Friday, December 28, 2001 7:44 AM
To: Campano, Troy
Cc: Pgsql-General (pgsql-general@postgresql.org)
Subject: Re: [GENERAL] Shutting down postgresql


On Fri, Dec 28, 2001 at 10:00:00AM -0500,
  "Campano, Troy" <Troy.Campano@LibertyMutual.com> wrote:
> What is the proper way to shutdown the postgresql server (7.1.3) on a
linux
> system?

I usually use "/etc/rc.d/init.d/postgresql stop".

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


pgsql-general by date:

Previous
From: "Roderick A. Anderson"
Date:
Subject: Re: simple query question
Next
From: Tom Lane
Date:
Subject: Re: Shutting down postgresql