Re: CALL and named parameters

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Dominique Devienne <ddevienne(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: CALL and named parameters
Date: 2025-08-06 19:33:49
Message-ID: aJOuHbxn2hIf6qDW@elch.exwg.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Dominique Devienne (ddevienne(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-08-06 20:02:11 Re: Libpq.dll
Previous Message Merlin Moncure 2025-08-06 19:28:49 Re: Libpq.dll