From: | "Daniel Verite" <daniel(at)manitou-mail(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: comparing NEW and OLD (any good this way?) |
Date: | 2009-08-12 18:02:10 |
Message-ID: | 626d4801-bd29-497e-b43a-4080012b1b1b@mm |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Sam Mason wrote:
> But it seems to be a somewhat arbitrary choice to handle
> IS NULL for rows differently from everything else.
For scalar or array types, "is null" means that the value happens to be that
special value that we call null. No conceptual problem here.
But for rows, there is no such thing. You can't assign null to a row, it
makes no sense and actually causes an error.
Starting from that point, what consistency can we expect for the "is null"
operator across row types and other types?
> Yes, I understand what it's specified to do and that it's consistent
> with SQL spec. I just think (and Merlin seems to agree) that the spec
> has specified the "wrong" behavior.
So for you guys, what would be the "right" behavior?
Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org
From | Date | Subject | |
---|---|---|---|
Next Message | Sam Mason | 2009-08-12 18:45:34 | Re: comparing NEW and OLD (any good this way?) |
Previous Message | Sam Mason | 2009-08-12 16:29:14 | Re: comparing NEW and OLD (any good this way?) |