: Saturday, February 27, 2010 2:33 AM
To: kopl...@beotel.net
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] bug in string comparison
"kopljan" writes:
> Description: bug in string comparison
What this sounds like is you are using two different locale settings
in the 8.2 and 8.4
"kopljan" writes:
> Description: bug in string comparison
What this sounds like is you are using two different locale settings
in the 8.2 and 8.4 installations. Postgres' string comparisons follow
whatever the rules of the locale are. Try "show lc_collate" to see
what the setting is.
In 8.2 th
Logged by: Michael Kopljan
email: ad...@navigator-info.com
PostgreSQL version: 8.4.2
Operating system: Windows 2008 Server
Description: bug in string comparison
Details:
-- Drop
DROP TABLE IF EXISTS "public"."test" ;
-- Definition
CREATE TABLE "public"."test" (
"id_robe" INTEGER NOT NULL,
"s