Re: Strange phenomenon

From: Szymon Guz <mabewlun(at)gmail(dot)com>
To: Martial Braem <Martial(dot)Braem(at)abboss(dot)be>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Strange phenomenon
Date: 2010-10-15 16:53:33
Message-ID: AANLkTikECYN8fnPtf0gXJTvx3KtnMtJL6p=OFuF2Z1y0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 15 October 2010 09:36, Martial Braem <Martial(dot)Braem(at)abboss(dot)be> wrote:

> Hi,
>
>
>
> I am a Java developer, using PostgreSQL as a database.
>
> Recently I observed a strange phenomenon:
>
> 1) The database has some tables where I store my application data. I
> have an additional table, with no relation to any other table, just for
> logging purposes. In the database, a sequence is defined too.
>
> 2) On day one, I store data in my application data tables and in the
> logging table (transactional data). At the end of the day, I extract the
> data from the database for daily reporting (the ultimate proof that the
> transactions are actually committed). No problem there
>
> 3) On day two, three, four and five, similar actions are taken
>
> 4) On day six, there’s no trace of any data from day two to day five,
> except that the sequence, used in the application has not been reset. Except
> for the sequence, it looks like the database was reverted to the state of
> day one.
>
> Does this sound absurd or is this in any way possible? My application does
> not contain any delete statements, and because of the reporting, I know that
> the data was once in the database.
>
> Can anyone explain this phenomenon?
>
> * *
>
> *Thanks*
>

What do you have in logs, any drops, deletes or truncates?

regards
Szymon

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2010-10-15 17:39:22 Re: It it possible to get this result in one query?
Previous Message Adrian Klaver 2010-10-15 15:03:53 Re: Segfault : PostgreSQL 9.0.0 and PgPool-II.