Re: IS NULL - Mailing list pgsql-novice

From Tom Lane
Subject Re: IS NULL
Date
Msg-id 5572.1005157469@sss.pgh.pa.us
Whole thread Raw
In response to IS NULL  (David Link <dlink@soundscan.com>)
List pgsql-novice
David Link <dlink@soundscan.com> writes:
> Tom Lane wrote:
>> This is a bug.  What version are you using?  Could you supply
>> an exact example of a value that makes it crash?

> bobcat=# select upckey, upc, title, theatre_reldate, genre, subgenre
> from title
>  where upckey = 77703;
>  upckey |     upc      |   title    | theatre_reldate | genre | subgenre
> --------+--------------+------------+-----------------+-------+----------
>   77703 | 339660005072 | HOLLOW MAN | 2000            | 944   | x
> (1 row)

Could I trouble you for the exact datatypes of these columns, too?

            regards, tom lane

pgsql-novice by date:

Previous
From: Jason Earl
Date:
Subject: Re:
Next
From: David Link
Date:
Subject: Re: IS NULL