deleting an identical record - Mailing list pgsql-general

From Tim Barnard
Subject deleting an identical record
Date
Msg-id 00e501c1bb28$79986140$a519af3f@hartcomm.com
Whole thread Raw
List pgsql-general
I believe the Oid for each record is different. You should be able to use
that to delete one of them.

Tim

 ----- Original Message -----
 From: "Hugo Coolens" <hugo.coolens@skynet.be>
 To: <pgsql-general@postgresql.org>
 Sent: Wednesday, February 20, 2002 3:58 PM
 Subject: [GENERAL] deleting an identical record


> In a table I entered by accident two times the same record, if I now
> list the table I see two lines with exactly the same contents. How can
> I delete one of those two records? I can't find a select criterium which
> differs for both.
>
> regards,
> Hugo
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: batch file
Next
From: "Steve Wolfe"
Date:
Subject: Re: A Replication Idea