shutting down postmasters

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: shutting down postmasters
Date: 2001-01-09 11:27:03
Message-ID: 3A5AF587.1C24424B@cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I'm using PostgreSQL 7.0.0 (PostgreSQL 7.0.0 on i686-pc-linux-gnu,
compiled by gcc egcs-2.91.66) on Redhat Linux 6.1.

When I start PostgreSQL, I use the command
/etc/rc.d/init.d/postgresql start
and pg_ctl starts.

I use Cold Fusion on Win2k as frontend to PostgreSQL, and Cold Fusion
opens up 10 postmasters.

When I want to shutdown PostgreSQL, I use the command
/etc/rc.d/init.d/postgresql stop

But only pg_ctl and one postmaster stops :-(

That means that I have to use the command "top" to see the other
postmaster processes and kill them one by one.

Isn't there an easir way to shutdown all postmasters? What if I had a
larger setup with 100 postmasters? That would take ages.....

Poul L. Christiansen

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jarmo Paavilainen 2001-01-09 11:49:29 SV: shutting down postmasters
Previous Message jeremy ergisi 2001-01-09 10:26:43 help with interface PostGres to c++