Losing records when server hang

From: lec <limec(at)streamyx(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Losing records when server hang
Date: 2004-08-09 01:43:38
Message-ID: 4116D6CA.4010406@streamyx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm observing the following:
If I commit the following records 1,2,3,4,5,6,7,8,9,10 to the database
and the server hangs, I could lose records 5,6,7,8,9 but record 10 is
there. How is this possible and do anyone know how Postgresql
physically writes the records?

Thanks,
thomas.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2004-08-09 02:36:36 Re: Losing records when server hang
Previous Message Kris Jurka 2004-08-09 01:23:58 Re: pg jdbc driver