Re: Killing only one postmaster

From: "codeWarrior" <GPatnude(at)adelphia(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Killing only one postmaster
Date: 2003-04-12 00:20:04
Message-ID: b77ldn$2oqb$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Get the process id of your postmaster's...

# ps ax | grep postmaster
# kill (pidnumber of the seletcted postmaster)

"Bo Stewart" <stewarrb(at)yahoo(dot)com> wrote in message
news:9a41d107(dot)0304110640(dot)374e1dd(at)posting(dot)google(dot)com(dot)(dot)(dot)
> How do I stop only one postmaster and not have the entire server
> restart? Is this possible. I have had several situations where I
> have a function not performing as I expect and need to kill just the
> backend process.
>
>
> Thanks,
> Bo Stewart

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Derek Hamilton 2003-04-12 01:12:37 Separate Disks
Previous Message Greg Lugering 2003-04-11 23:47:54 JDBC Drivers for Java