trouble with null - Mailing list pgsql-sql

From Alexander Stetsenko
Subject trouble with null
Date
Msg-id 38FC193D.ED1289B8@anapa.org.ru
Whole thread Raw
Responses Re: trouble with null  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hello all

I try to call such plpgsql function : do_something(int,int,date)
All works if I call do_something(1,4,'01-01-2000');
but if do_something(1,4,null) then inside function $1 and $2 is null
Why ? :-(
Thank you !!!


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Counting distinct names
Next
From: The Hermit Hacker
Date:
Subject: DELETE FROM tableA WHERE NOT IN tableB ...