Problems with deleting data.

From: "Frederic S" <fredboard(at)sympatico(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Problems with deleting data.
Date: 2003-03-20 16:02:48
Message-ID: pan.2003.03.20.16.02.48.778548@sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

I've tried dropping the database instead of deleting all the rows and i
still have the same data in my tables.

Thanx for the help

Fred

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Duffy 2003-03-20 16:03:50 Accessing function parameters within double quotes
Previous Message Tom Lane 2003-03-20 15:43:38 Re: Big insert/delete memory problems