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