Re: vacuum, dead rows, usual solutions didn't help - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: vacuum, dead rows, usual solutions didn't help
Date
Msg-id 4785BE02.2070502@commandprompt.com
Whole thread Raw
In response to vacuum, dead rows, usual solutions didn't help  (Gábor Farkas <gabor@nekomancer.net>)
Responses Re: vacuum, dead rows, usual solutions didn't help
List pgsql-general
Gábor Farkas wrote:
> hi,
>
> i have a postgresql-8.2.4 db,
>
> and vacuuming it does not remove the dead rows
>
>
> basically, the problem is this part of the vacuum-output:

> on the db-server, 4 postgres processes are "idle in transaction", but
> none is older than 2 days.

If you have something idle in transaction, your vacuums are useless. You
need to fix your app.

Sincerely,

Joshua D. Drake



pgsql-general by date:

Previous
From: Ken Johanson
Date:
Subject: Query to get column-names in table via PG tables?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Query to get column-names in table via PG tables?