Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards - Mailing list pgsql-hackers

From Joe Conway
Subject Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards
Date
Msg-id 003801c0f02b$f2be1f60$d7d310ac@jecw2k1
Whole thread Raw
In response to AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Responses Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> We do not currently have correct implementations of IS TRUE, IS FALSE,
> or IS UNKNOWN (IS TRUE/FALSE are in there but give the wrong result
> for null inputs).  This is on my to-do list to fix; not sure if the
> master TODO list mentions it or not.  Actually it'd be a good project
> for a newbie hacker who wants to learn about the backend's
> expression-handling machinery.  Anyone want to take it on?
>

I'd like to finish up the has_table_privilege function over the next week or
so and then take this on. Can you point me in a direction to start looking?

Thanks,

Joe




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards
Next
From: Stephan Szabo
Date:
Subject: Re: Need information about Foreign Key created Triggers