On Wed, Dec 29, 2021, 5:31 PM Tom Lane <[email protected]> wrote:

> The way to do that is to use named parameters and the associated
> call syntax, ie something like
>
> select myfunc(param1 => 42, param3 => 99);
>

Thanks very much. I have not seen that before.

>

Reply via email to