Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soANX-008nHG-SN for pgsql-general@arkaria.postgresql.org; Tue, 10 Sep 2024 23:34:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1soANW-004ioQ-O5 for pgsql-general@arkaria.postgresql.org; Tue, 10 Sep 2024 23:34:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soANW-004ikk-8f for pgsql-general@lists.postgresql.org; Tue, 10 Sep 2024 23:34:34 +0000 Received: from mout-u-204.mailbox.org ([2001:67c:2050:101:465::204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1soANS-000Xbz-5O for pgsql-general@postgresql.org; Tue, 10 Sep 2024 23:34:33 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4X3KmH74ddz9tHp; Wed, 11 Sep 2024 01:34:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1726011264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=UKZ9LH/RRUyiqxcJOq1d8FSsvMVsMd0SxWoWkr1pmfE=; b=UlD/FnmnJDoZ5V/AAzYk544FHEpL7am/9/tC6sD63I4R1i7KkuUj2KaSVQm6F4cfFX4UQv Y3d3zq7cGRF8fHKvad9CEpjh1NA0u7DuR8Mqc7KRvUcirJHhEtpk5UiqF4e7lLjWP1UV5k 3MvWQ7cXjKvwCsWs+YqTpPdCjjTg7fEp7NRRgt8ajva/chHcALnKDbRhRkzNGtaCgUAoGn AzBhCFN4xOSeZFG6Uy8VMiZ7rROSC/d+nj55YGi3bsyBmHP6QhAXH5s7QgdccYMXCoDJdo F781ngFQD3A11EOw7h2WiPDMz2uAurODL3AY1HJiTRx3BV4+ulMjcNrh1f1PEw== Date: Wed, 11 Sep 2024 01:34:21 +0200 From: Erik Wienhold To: Rich Shepard Cc: pgsql-general@postgresql.org Subject: Re: Removing duplicate rows in table Message-ID: References: <32765388-836c-4c00-bad0-665f0aa77ea8@aklaver.com> <19803246-8b24-5055-ef26-adf7ade3eb@appl-ecosys.com> <28d34da0-c58c-4237-b71d-5907517ace45@aklaver.com> <41c47eb5-f6b-8e29-98e6-f6b1fa733bb@appl-ecosys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41c47eb5-f6b-8e29-98e6-f6b1fa733bb@appl-ecosys.com> X-Rspamd-Queue-Id: 4X3KmH74ddz9tHp List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2024-09-10 18:38 +0200, Rich Shepard wrote: > P.S. Please reply to the mail list so I receive only one copy of your > message, not two. You can configure your list subscription to not receive an extra copy. That setting is under "Global configuration" on https://lists.postgresql.org/manage/. -- Erik