Re: Shutting down postgresql

From: "Peter Darley" <pdarley(at)Kinesis-CEM(dot)com>
To: "Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Shutting down postgresql
Date: 2001-12-28 16:16:12
Message-ID: NNEAICKPNOGDBHNCEDCPOEHFCCAA.pdarley@kinesis-cem.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Bruno Wolff III
Sent: Friday, December 28, 2001 7:44 AM
To: Campano, Troy
Cc: Pgsql-General (pgsql-general(at)postgresql(dot)org)
Subject: Re: [GENERAL] Shutting down postgresql

On Fri, Dec 28, 2001 at 10:00:00AM -0500,
"Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)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(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-12-28 16:43:18 Re: Shutting down postgresql
Previous Message Roderick A. Anderson 2001-12-28 16:04:34 Re: simple query question