Re: how to stop running postgres process

From: Doug McNaught <doug(at)wireboard(dot)com>
To: Amit Kumar Khare <skamit2000(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: how to stop running postgres process
Date: 2002-02-22 14:08:55
Message-ID: m3d6yx622w.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Amit Kumar Khare <skamit2000(at)yahoo(dot)com> writes:

> (2) now the problem is the process is running in the
> backend and now if I start postmaster again it gives
> me the following error

Use 'ps' to find the PID of the running 'postgres' process and kill
it.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-02-22 14:25:39 Re: problem with restore of functions
Previous Message Bruce Momjian 2002-02-22 13:09:26 Re: [PATCH] [LARGE] select * from cursor foo