Default Values and Pl/Pgsql Function Calls - Mailing list pgsql-novice

From Andrew Spencer
Subject Default Values and Pl/Pgsql Function Calls
Date
Msg-id Pine.LNX.4.10.10109270841270.31051-100000@japan.fallingblue.com
Whole thread Raw
List pgsql-novice
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!


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Index not used for simple query, and yes I ran vacuum analyze
Next
From: hodges@xprt.net
Date:
Subject: how to change or set password for a database