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 1s90I2-00GhOM-1Y for pgsql-general@arkaria.postgresql.org; Mon, 20 May 2024 10:30: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 1s90I1-000SO0-E0 for pgsql-general@arkaria.postgresql.org; Mon, 20 May 2024 10:30:45 +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 1s90I1-000SNs-1c for pgsql-general@lists.postgresql.org; Mon, 20 May 2024 10:30:45 +0000 Received: from mail-40134.protonmail.ch ([185.70.40.134]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s90Hx-001Aza-TC for pgsql-general@lists.postgresql.org; Mon, 20 May 2024 10:30:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=protonmail3; t=1716201040; x=1716460240; bh=xZh6LQHQA7TqP6/p86dIhRt0lpOQK3ClA96vvRS3bGY=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=fjjLgVsGUlgEi35r6EAa05EhH/98a1TbsCBlPxf2p1pCMWBdUCidBJYvL9brfPSjw EPLJkeSP1gdyUnieZoaipZY5pESlxFNQRmLi91HYzpjuTgNnFvtQEBP7PWuhHopsWT 2KU7E47QhRXZTDXkmSKYB0fu1g4MA3TW7bEN6t52+V9bW+xhfZ9ambcSaTX4cKgwkS mL3byusFPxVxWwhqieKBTu+EjtfyWQkwNAlmDQarPrfnfpUVKv5U3Iuz08qm7LSILN TUQBLaMJmMP52bNru3jCdw2hH3xyOEgXw5ox9JT10tVA/0KOm9ac4z3mquurLark/N TSbpxE4rcaAuA== Date: Mon, 20 May 2024 10:30:35 +0000 To: postgre From: Laura Smith Subject: How to update upper-bound of tstzrange ? Message-ID: Feedback-ID: 9341368:user:proton X-Pm-Message-ID: 53a49a3c15e107817003db5fb3d49881b46b2476 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Could someone kindly help me out with the correct syntax ? My first thought was the below but that doesn't work: update foo set upper(bar_times)=3Dupper(bar_times)+interval '1' hour where = bar_id=3D'abc'; ERROR: syntax error at or near "(" LINE 1: update event_sessions set upper(bar_times)=3Dupper(bar_ti...