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 1obMug-0002Rr-AW for pgsql-translators@arkaria.postgresql.org; Thu, 22 Sep 2022 14:10:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1obMuf-0004tk-AG for pgsql-translators@arkaria.postgresql.org; Thu, 22 Sep 2022 14:10:49 +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 1obMue-0004rK-E8 for pgsql-translators@lists.postgresql.org; Thu, 22 Sep 2022 14:10:49 +0000 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1obMuZ-0001th-9n for pgsql-translators@postgresql.org; Thu, 22 Sep 2022 14:10:48 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id D00BF320091F; Thu, 22 Sep 2022 10:10:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 22 Sep 2022 10:10:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; t=1663855839; x=1663942239; bh=s uB3/m6lj/3A14qvna7WORshKAyEzpkQkLOvghboifA=; b=am5xVkCwAQPFFeXjB I79B2OcJLhLDA6xHgeUs5cjw7SpoVs5zNsLUPOGbEdQNhKgM+Kzvh1nhPI8BNdxh i/y//aHYf2wfVtz5caCWfiGpVVqxwAWvYcWcLTrrkNFRrBxE8HNtUMtAAeefzp0Q 2CU7IE7zUCKO3QpXlo5sE9KG4QeEllcVQ1JBebGgpRZIECXYQmSaO4HUGbNu9+HU 0iMnhV7sGuYFBGAWRpfiUALKdfMVcY+WvPiSnwmAkOLAhXuyg97tN4s5/5/H+wn/ YxdceHteqBD9InAVTM0XqLOs78PIOr4Q0Yo9m9gmvcLElDWl0L9FkneVCZfj5H+0 ZYTAg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeefgedgudegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevuffkgggtugfgjgesthekredttddtjeenucfhrhhomheptehlvhgr rhhoucfjvghrrhgvrhgruceorghlvhhhvghrrhgvsegrlhhvhhdrnhhoqdhiphdrohhrgh eqnecuggftrfgrthhtvghrnhepvdektdffudfftdffffehfffhjeejhffgieeuueekjeek fffgudffhfduffffueevnecuffhomhgrihhnpegvnhhtvghrphhrihhsvggusgdrtghomh enucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrlhhv hhgvrhhrvgesrghlvhhhrdhnohdqihhprdhorhhg X-ME-Proxy: Feedback-ID: ia2694551:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 22 Sep 2022 10:10:38 -0400 (EDT) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id EBE8B38F; Thu, 22 Sep 2022 16:10:35 +0200 (CEST) Date: Thu, 22 Sep 2022 16:10:35 +0200 From: Alvaro Herrera To: Guillaume Lelarge Cc: SAS , pgsql-translators@postgresql.org Subject: Re: French translation mistake Message-ID: <20220922141035.3z6tu4nqg2vrmogt@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2022-Sep-22, Guillaume Lelarge wrote: > Le jeu. 22 sept. 2022 à 10:59, SAS a écrit : > > Reading xproc.html for PG14, in both french and english, I wonder if > > french translation is totally accurate. > > > > The english version says : > > Certain function attributes, such as strictness, don't apply to > > procedures. Those attributes control how the function is used in a query, > > which isn't relevant to procedures. > I'd like to know this as well, so that I could fix it if need be. Well, volatility and strictness are different things. However, you cannot set either of them for procedures, so while this is technically not an accurate translation, in practice it makes no difference. create procedure f (a int) language plpgsql strict as $$ begin raise notice 'called once'; end $$; ERROR: invalid attribute in procedure definition LÍNEA 1: create procedure f (a int) language plpgsql strict as $$ beg... ^ -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/ "Right now the sectors on the hard disk run clockwise, but I heard a rumor that you can squeeze 0.2% more throughput by running them counterclockwise. It's worth the effort. Recommended." (Gerry Pourwelle)