On Sun, 5 Jan 2003, Jack Flak wrote:

> So, once again, here's my question:  how do I go about deleting the
> duplicate entries WITHOUT also deleting the originals?

Maybe a dump with some awk/perl magic followed by a restore might be
the easiest way. :-(

"pg_dump -a -D" might give output that is fairly amenable to munging;
a bit of text editing followed by sort | uniq might even do it.

--
David.

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to