Re: Removing duplicate rows in table

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Removing duplicate rows in table
Date: 2024-09-10 16:46:39
Message-ID: 5b3033e6-938f-a882-5232-c27032be1115@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 10 Sep 2024, Rich Shepard wrote:

>> to see how big a problem it is. If it is only a few projects it could just
>> a matter of manually deleting the extras.

> Not knowing how to do that is why I wrote.

A web search (which I should have done before posting this thread) shows me
how to do this:
<https://www.postgresqltutorial.com/postgresql-tutorial/how-to-delete-duplicate-rows-in-postgresql/>

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2024-09-10 17:22:00 Re: Strange permission effect depending on DEFERRABILITY
Previous Message Rich Shepard 2024-09-10 16:38:57 Re: Removing duplicate rows in table