Re: Problems with deleting data.

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "Frederic S" <fredboard(at)sympatico(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with deleting data.
Date: 2003-03-22 17:50:18
Message-ID: m3bs0347fp.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Frederic S" <fredboard(at)sympatico(dot)ca> writes:

> Hi, I'm using pgsql 7.3.
> I'm playing around with a project databse and I regularily drop the whole
> database and then reload data in it.
> The problem is, when i reload the data, the old data is reloaded, not the
> new one.

Sounds like you're restoring from an old dump, then. Are you doing a
fresh backup before dropping the data? Are you sure that backup is
going where you think it is?

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-03-22 17:56:47 Re: temporary table oddity
Previous Message Doug McNaught 2003-03-22 17:48:17 Re: Postgreslq Driver in Java & Windows