Re: Curious about dead rows.

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Curious about dead rows.
Date: 2007-11-13 21:35:10
Message-ID: 20071113213510.GF11563@crankycanuck.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Nov 13, 2007 at 02:50:59PM -0500, Jean-David Beyer wrote:
> > How about ERROR?
>
> $ grep -i error Tue.log
> $

Well, without actually logging into the machine and looking at the
application, I confess I am stumped. Oh, wait. You do have the log level
high enough that you should see errors in the log, right? That's not
controlled by the statement parameter.

> I have no triggers in that database. I do have two sequences.

Sequences should not produce any dead rows on the table, unless they're used
as keys and you're attempting inserts that conflict with used sequence
values. That should cause errors that you'd get in the log, presuming that
you have the log level set correctly.

A

--
Andrew Sullivan
Old sigs will return after re-constitution of blue smoke

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Sullivan 2007-11-13 22:10:28 Re: Curious about dead rows.
Previous Message Jeff Frost 2007-11-13 20:32:18 Re: dell versus hp