Re: IS NULL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Link <dlink(at)soundscan(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: IS NULL
Date: 2001-11-07 18:24:29
Message-ID: 5572.1005157469@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

David Link <dlink(at)soundscan(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David Link 2001-11-07 19:25:47 Re: IS NULL
Previous Message David Link 2001-11-07 18:12:21 Re: IS NULL