Re: BUG #1345: pgsql character comparison bug
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Sir Ki-Sirk" <akbarofmg@empal.com>
Cc: pgsql-bugs@postgresql.org
Date: 2004-12-11T17:39:45Z
Lists: pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes: > select > chr(13)<chr(14) AS A6, > Oh! the value of a6 field is "f" !!! Works fine for me. Check your locale setting. regards, tom lane