Re: PL/pgSQL parameter passing bug? - Mailing list pgsql-general

From Doug McNaught
Subject Re: PL/pgSQL parameter passing bug?
Date
Msg-id m38zlmoomt.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to PL/pgSQL parameter passing bug?  (Ed Loehr <ed@accuros.com>)
List pgsql-general
Ed Loehr <ed@accuros.com> writes:

> I'm seeing actual parameters impacted by the value of another actual
> parameter in an unexpected manner.  Example test case and example run
> included below.  This is occuring on 7.0.3 on Redhat.  Can anyone confirm
> or educate me?

This is a known problem with 7.0.x that is fixed in the upcoming 7.1
release.  If you pass one NULL parameter to a function, they all
become NULL.

-Doug

pgsql-general by date:

Previous
From: Jim Mercer
Date:
Subject: pg_hba.conf and crypt/password
Next
From: will trillich
Date:
Subject: Re: dynamic field names in a function.