From: "Picard, Cyril" <[EMAIL PROTECTED]>
> Thank you ! I planned to use the 7.1 to get the outer join capability.
>
> Is the 7.1 stable ?
Pretty much - it's reached release candidate stage and I've been using it
for development for a while now.
- Richard Huxton
---(en
Thank you ! I planned to use the 7.1 to get the outer join capability.
Is the 7.1 stable ?
> -Message d'origine-
> De: Richard Huxton [SMTP:[EMAIL PROTECTED]]
> Date: mardi 3 avril 2001 10:06
> À:Picard, Cyril; [EMAIL PROTECTED]
> Objet: Re: [SQL] passi
From: "Picard, Cyril" <[EMAIL PROTECTED]>
> Hello
> I wrote a plpgsql function with few parameters ; when I call the function,
> some of the parameters can be null.
> In this case, all the parameters are considered as null in the function's
> body ! is it a feature ? how can I work around this ?
Hello
I wrote a plpgsql function with few parameters ; when I call the function,
some of the parameters can be null.
In this case, all the parameters are considered as null in the function's
body ! is it a feature ? how can I work around this ?
Example :
CREATE FUNCTION foo(text, text) RETURNS b