Re: Default values in functions - Mailing list pgsql-general

From Michael Lewis
Subject Re: Default values in functions
Date
Msg-id CAHOFxGoM-U9MLd5L3K+49z3mZoEqc1h+aUYfsLjq6oxJ3EXhmQ@mail.gmail.com
Whole thread Raw
In response to Re: Default values in functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Wed, Dec 29, 2021, 5:31 PM Tom Lane <tgl@sss.pgh.pa.us> 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.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Default values in functions
Next
From: john polo
Date:
Subject: Re: Find missing data in a column