Re: Can't Figure Out Where Rows Are Going

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: HH <lists(at)lastonepicked(dot)com>
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't Figure Out Where Rows Are Going
Date: 2006-05-07 09:48:32
Message-ID: 5.2.1.1.1.20060507174419.02ad8008@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are the relevant COMMITs appearing in the log?

If the commits fail for whatever reason does/can the application (and
postgresql) log that?

If the commits are successful then you shouldn't have to need to look for
roll-backs.

It might be a good idea for teh webapp to log unsuccessful commits. And
maybe even log important commits that are successful.

Regards,

Link.

At 05:30 PM 5/6/2006 -0700, HH wrote:

>Thanks for taking the time to reply.
>
>If that was occurring, would the log show it? I don't see any sign of a
>roll-back occurring in the log and when I run the queries in psql, they seem
>to complete properly.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Volkan YAZICI 2006-05-07 10:21:36 Re: intarray internals
Previous Message John Sidney-Woollett 2006-05-07 08:11:10 Re: Can't Figure Out Where Rows Are Going