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-06 23:41:15
Message-ID: 2242.1005090075@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:
> The data in my column was bogus and not of the form 'DDMMYYYY'. Sorry
> Tom, my mistake. Actually, it was of the form YYYY and it was causing
> the query to blow up with:

> psql:show_title.sql:13: pqReadData() -- backend closed the channel
> unexpectedly.

This is a bug. What version are you using? Could you supply
an exact example of a value that makes it crash?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Francisco Reyes 2001-11-07 03:52:45 Getting info on index
Previous Message David Link 2001-11-06 23:02:51 Re: IS NULL