Re: pgsql: Fix IS NULL and IS NOT NULL tests on row-valued expressions to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: pgsql-committers(at)postgresql(dot)org, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix IS NULL and IS NOT NULL tests on row-valued expressions to
Date: 2006-09-29 14:31:02
Message-ID: 15301.1159540262@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Teodor Sigaev <teodor(at)sigaev(dot)ru> writes:
> 9.17.5. Row-wise Comparison
> "These constructs test a row value for null or not null. A row value is
> considered not null if it has at least one field that is not null."

Wups, I missed that part of the docs, will fix. Thanks.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Fetter 2006-09-29 15:36:26 dbi-link - dbi-link: Updated README to reflect the current situation.
Previous Message Teodor Sigaev 2006-09-29 14:02:06 Re: pgsql: Fix IS NULL and IS NOT NULL tests on row-valued

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2006-09-29 14:39:25 Re: Block B-Tree concept
Previous Message Tom Lane 2006-09-29 14:23:31 Re: Block B-Tree concept