Re: PL/pgSQL functions: NULL parameter trouble

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: "Pryadkin, Vyacheslav" <VPryadkin@SECTORBASE.COM>
Cc: "'pgsql-bugs@postgresql.org'" <pgsql-bugs@postgresql.org>
Date: 2000-10-28T06:48:20Z
Lists: pgsql-bugs
> PL/pgSQL functions:
> if one of parameters is NULL, all another parameters
> take NULL values regardless of transmitted NOT NULL values.

This was true in previous releases, but v7.1 will have this behavior
changed to allow passing a mix of NULL and non-NULL values to
subroutines.

                    - Thomas