Re: BUG #1677: Bug in select with Union

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Julien Vallet" <julien(dot)vallet(at)density-tech(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1677: Bug in select with Union
Date: 2005-05-23 13:54:38
Message-ID: 7306.1116856478@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Julien Vallet" <julien(dot)vallet(at)density-tech(dot)com> writes:
> The result is "ERROR: UNION types text and bigint cannot be matched"

This is the identical issue reported here:
http://archives.postgresql.org/pgsql-bugs/2005-02/msg00008.php
See also this thread:
http://archives.postgresql.org/pgsql-general/2005-02/msg00693.php

The short answer is that what you wrote is illegal per the SQL spec
(which doesn't allow NULL to be used in ways where a type can't be
ascribed immediately). While we'd like to accept it, we have
not figured out a rule that doesn't break the spec in other ways.
For now I'd recommend casting the NULLs explicitly.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Neil Conway 2005-05-23 14:02:32 Re: BUG #1671: Long interval string representation rejected
Previous Message Julien Vallet 2005-05-23 11:49:12 BUG #1677: Bug in select with Union