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 1s8lNr-00F6n2-2X for pgsql-general@arkaria.postgresql.org; Sun, 19 May 2024 18:35:48 +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 1s8lNq-00DweG-U0 for pgsql-general@arkaria.postgresql.org; Sun, 19 May 2024 18:35:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s8lNq-00Dwe7-JP for pgsql-general@lists.postgresql.org; Sun, 19 May 2024 18:35:46 +0000 Received: from mail.appl-ecosys.com ([50.126.108.78]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s8lNn-0014OS-De for pgsql-general@lists.postgresql.org; Sun, 19 May 2024 18:35:45 +0000 Received: from salmo.appl-ecosys.com (salmo.appl-ecosys.com [192.168.55.1]) by mail.appl-ecosys.com (Postfix) with ESMTP id 6758C2A43CF for ; Sun, 19 May 2024 11:35:42 -0700 (PDT) Date: Sun, 19 May 2024 11:35:42 -0700 (PDT) From: Rich Shepard To: pgsql-general@lists.postgresql.org Subject: Re: Updating 457 rows in a table In-Reply-To: Message-ID: <1af043d-3e1d-362d-68a-544d1e9a5073@appl-ecosys.com> References: <164b3681-7a42-1e5-6a7b-80196ed33ded@appl-ecosys.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Sun, 19 May 2024, Muhammad Salahuddin Manzoor wrote: > I think triggers are a good option. Salahuddin, I need to update the table with all the designated rows only once. But, I'll look at using triggers. Thanks, Rich