Default Values and Pl/Pgsql Function Calls

From: Andrew Spencer <andrew(at)fallingblue(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Default Values and Pl/Pgsql Function Calls
Date: 2001-09-27 14:45:49
Message-ID: Pine.LNX.4.10.10109270841270.31051-100000@japan.fallingblue.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Browse pgsql-novice by date

  From Date Subject
Next Message richard leotard 2001-09-28 10:18:49 functionss
Previous Message Tom Lane 2001-09-26 18:08:28 Re: Index not used for simple query, and yes I ran vacuum analyze