function signature allow "default" keyword

jian he <jian.universality@gmail.com>

From: jian he <jian.universality@gmail.com>
To: pgsql-general list <pgsql-general@lists.postgresql.org>
Date: 2023-05-15T08:33:53Z
Lists: pgsql-general
function idea.
allow function calling using the default keyword for any of the input
arguments.

example: https://dbfiddle.uk/FQwnfdmm
So something like this "SELECT * FROM customer_orders(2579927,
'order_placed_on DESC', default, 2);"
should work.