Re: PostgreSQL Processes on a linux box

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Processes on a linux box
Date: 2008-04-11 16:41:30
Message-ID: 20080411164130.GB28760@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Apr 11, 2008 at 03:09:43PM +0200, Stefan Sturm wrote:
> DBVisualizer stoped working and no I have two processes on my server:
> postgres 30873 0.0 0.7 46552 7124 ? Ss 12:33 0:01
> postgres: postgres dbName 10.0.1.198(53658) ALTER TABLE waiting
> postgres 31007 0.0 0.6 46708 6500 ? Ss 13:07 0:00
> postgres: postgres dbName 10.0.1.198(53799) SELECT waiting
>
> What can I do? OK, I can stop and start the Database, but I think
> there are other ways to handle this...
> What Tool can I use to kill such processes?

Why do you want to kill them? They're waiting for a lock. What is it?

A

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-04-11 16:44:52 Re: PostgreSQL Processes on a linux box
Previous Message Tom Lane 2008-04-11 16:06:15 Re: Operator COMMUTATOR - how does postgresql use this information