maybe a bug? - Mailing list pgsql-bugs

From Łukasz Odziewa
Subject maybe a bug?
Date
Msg-id 000901c145fb$bba42850$0a00a8c0@disk
Whole thread Raw
Responses Re: maybe a bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I have problem with new PGSQL 7.1.3

I've a table like that TT ( V VARCHAR(10), D DATE, I INTEGER);
and query "SELECT V || '</TD><TD>' || D || '</TD><TD>' || I FROM TT;"

In version 7.1.2 result is '$V</TD><TD>$D</TD><TD>$I' when $? means text
representation of ?. It's always true even if any $? is NULL.

In version 7.1.3 result is '$V</TD><TD>$D</TD><TD>$I' or NULL if any of
$? is NULL.

Is that change of result intended? (as going to SQL 92?)

Disk





pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: bug! in 7.1.3 (for recursion function)
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #471: [make install] problem with jdbc driver in 7.1.3