Re: Deleting one of 2 identical records - Mailing list pgsql-general

From Andreas Kretschmer
Subject Re: Deleting one of 2 identical records
Date
Msg-id 20110906175735.GA18140@tux
Whole thread Raw
In response to Deleting one of 2 identical records  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List pgsql-general
Gauthier, Dave <dave.gauthier@intel.com> wrote:

> Hi:
>
>
>
> If I have a table that has 2 records which are identical with regard to all
> their column values, is there a way to delete one of them, leaving one
> remaining?  Is there some unique record_id key of some sort I can use for
> somethign like this?

Yes, use the CTID-column.


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: Deleting one of 2 identical records
Next
From: "Gauthier, Dave"
Date:
Subject: Re: Deleting one of 2 identical records