Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwNPF-0006qL-0e for pgsql-docs@arkaria.postgresql.org; Thu, 24 Jun 2021 11:20:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lwNPD-0003l2-8x for pgsql-docs@arkaria.postgresql.org; Thu, 24 Jun 2021 11:20:23 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwNPC-0003ku-Cm for pgsql-docs@lists.postgresql.org; Thu, 24 Jun 2021 11:20:23 +0000 Received: from forward1-smtp.messagingengine.com ([66.111.4.223]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lwNP3-0003uW-Ix for pgsql-docs@lists.postgresql.org; Thu, 24 Jun 2021 11:20:21 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailforward.nyi.internal (Postfix) with ESMTP id 3B37B194038C; Thu, 24 Jun 2021 07:20:10 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Thu, 24 Jun 2021 07:20:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=5/3zVKedgnTR3e5bD8nLErPgX1erIZ6yZZF/V6TeH Ik=; b=HQgJ+ulOmaLXwd55P7vgVxvW9VxHikdFdexGak+pQn3LWuPrdIoeIeZgd Rc6e0YBibxRu40T0C2/xcWJULfwicW9FjOci0zeV32xdemzGPHOgqLNyB/TvPsgm jXOG1ui817Oqnc2cTDW88CwnoAKMFymY7vxkUCEmgvKS5c4K2VOPh3FzkaOOFk9q /dM6mJGnLbXftZLkiYd0pApcmHc/4skcws+8Lm779nIY4hHSgGGsuBPKH1S0CjWR YqPaB4LmqLej7TIBP0894MWLOvQSevaZShtYq9lK64N5oM4uDKjNpi0ll4JOnDHd MWU/YE/Esbcbuyv5fSH5QRAHXqcAQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfeeghedggedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepuffvfhfhkffffgggjggtgfesthekredttdefjeenucfhrhhomheprfgvthgv rhcugfhishgvnhhtrhgruhhtuceophgvthgvrhdrvghishgvnhhtrhgruhhtsegvnhhtvg hrphhrihhsvggusgdrtghomheqnecuggftrfgrthhtvghrnhepkeehieehvdegueeghfff ueeliedvgfeigffhheevvdegfefgfeetgeejudejjeehnecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgruhht segvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 24 Jun 2021 07:20:09 -0400 (EDT) Subject: Re: Has the Update savepoint example outlived its usefulness? To: "David G. Johnston" , Pg Docs References: From: Peter Eisentraut Message-ID: Date: Thu, 24 Jun 2021 13:20:07 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 04.06.21 02:08, David G. Johnston wrote: > The example in the update documentation that does an upsert using a > savepoint seems like it should just go away now that we have insert...on > conflict.  Making an explicit reference (and link) to that feature in > the Update documentation should be added in its place (well, under notes). Do we need to replace it by a different example then?