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 1ujjtd-00BRzz-TL for pgsql-general@arkaria.postgresql.org; Wed, 06 Aug 2025 19:33:58 +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 1ujjtc-000f1C-R5 for pgsql-general@arkaria.postgresql.org; Wed, 06 Aug 2025 19:33:56 +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 1ujjtc-000f11-G4 for pgsql-general@lists.postgresql.org; Wed, 06 Aug 2025 19:33:56 +0000 Received: from smtp.burggraben.net ([2a01:4f8:140:510a::3]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1ujjtZ-0015tF-0l for pgsql-general@lists.postgresql.org; Wed, 06 Aug 2025 19:33:55 +0000 Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:21b:21ff:fef0:248b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "R10" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id E1ECCC0030F; Wed, 6 Aug 2025 21:33:49 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id 826A3FE58C; Wed, 06 Aug 2025 21:33:49 +0200 (CEST) Date: Wed, 6 Aug 2025 21:33:49 +0200 From: Christoph Moench-Tegeder To: Dominique Devienne Cc: pgsql-general@lists.postgresql.org Subject: Re: CALL and named parameters Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.14 (2025-02-20) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ## Dominique Devienne (ddevienne@gmail.com): > Turns out, thanks to ChatGPT for clueing me in, CALL does NOT support > named parameters. Turns out, ChatGPT is once again very wrong. As per https://www.postgresql.org/docs/14/sql-call.html , "Arguments can include parameter names, using the syntax name => value." So, if you'd include what you actually did to get that error message... And maybe try the manual, it's really good (we think). Regards, Christoph -- Spare Space