Is this a bug???? - Mailing list pgsql-bugs

From Joost Kraaijeveld
Subject Is this a bug????
Date
Msg-id 1133735370.5560.15.camel@Panoramix
Whole thread Raw
Responses Re: Is this a bug????
List pgsql-bugs
If I run this query:

select objectid,defaulttermsofpayment from prototype.customers
where
objectid = '336A0451-D9E8-7C11-6333-C17DF18E8979'

I get the following answer:

"336A0451-D9E8-7C11-6333-C17DF18E8979";"null"

If I run this query I get *no* results:

select objectid,defaulttermsofpayment from prototype.customers
where
defaulttermsofpayment is null

Is this a bug?


--
Groeten,

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J.Kraaijeveld@Askesis.nl
web: www.askesis.nl

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: attislocal value changed with the dump
Next
From: "Qingqing Zhou"
Date:
Subject: Re: Is this a bug????