Re: postgresql function not accepting null values in select statement - Mailing list pgsql-sql

From Richard Huxton
Subject Re: postgresql function not accepting null values in select statement
Date
Msg-id 47BE9058.9030909@archonet.com
Whole thread Raw
In response to postgresql function not accepting null values in select statement  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
Responses Re: postgresql function not accepting null values in select statement  ("Jyoti Seth" <jyotiseth2001@gmail.com>)
List pgsql-sql
Jyoti Seth wrote:
> 
> If I pass null value as the parameter of postgresql function, which is used
> in the where clause of select statement is not functioning properly.

Either:

1. You're talking about frooble(), in which case it's supposed to do that.

or

2. You'll need to tell us what function it is, how you're using it and 
what you think should happen.

My guess is that you're getting a null as the result and that's not 
doing what you'd expect in your where clause.


--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Jyoti Seth"
Date:
Subject: postgresql function not accepting null values in select statement
Next
From: "Jyoti Seth"
Date:
Subject: Re: postgresql function not accepting null values in select statement