On Wed, Dec 29, 2021, 5:31 PM Tom Lane <tgl@xxxxxxxxxxxxx> 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.