What is the proper way to call a pl/pgsql function when for a majority of
parameters the default value declared previously is wanted? Is there
anything similar to named parameters? I would have thought the call would
be similar to: my_function(NULL, NULL, my-value, NULL) using 'NULL' for
the values desired to be defaults. Thanks!