On Fri, 2005-05-13 at 14:38 -0400, Mark Fenbers wrote:
> I have a table called Counties which partially contains a lot bad
> data. By" bad data", I mean some records are missing; some exist and
> shouldn't; and some records have fields with erroneous information.
> However, the majority of the dat
Carrillo
> > Ingeniero en ComputaciÃn
> > Caracas - Venezuela
> >
> >
> >
> > - Original Message -
> > From: Mark Fenbers
> > To: pgsql-sql@postgresql.org
> > Sent: Friday, May 13, 2005 2:38 PM
> >
TABLE cascade
Jhon Carrillo
Ingeniero en Computación
Caracas - Venezuela
- Original Message -
From:
Mark
Fenbers
To:
pgsql-sql@postgresql.org
Sent:
Friday, May 13, 2005 2:38 PM
Subject:
[SQL] Replacing a table with constraints
I have a
Use Drop table
YOUR_TABLE cascade
Jhon CarrilloIngeniero en
ComputaciónCaracas - Venezuela
- Original Message -
From:
Mark
Fenbers
To: pgsql-sql@postgresql.org
Sent: Friday, May 13, 2005 2:38 PM
Subject: [SQL] Replacing a table with
constraints
I
I have a table called Counties which partially contains a lot bad
data. By" bad data", I mean some records are missing; some exist and
shouldn't; and some records have fields with erroneous information.
However, the majority of the data in the table is accurate. I have
built/loaded a new tab