trouble with null

From: Alexander Stetsenko <as(at)anapa(dot)org(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: trouble with null
Date: 2000-04-18 08:13:49
Message-ID: 38FC193D.ED1289B8@anapa.org.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 !!!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Good 2000-04-18 11:42:25 Re: Connecting website with SQL-database.....
Previous Message Tom Lane 2000-04-18 03:25:36 Re: Counting distinct names