BUG #2154: conversion problem - Mailing list pgsql-bugs

From Glauco Carlos Silva
Subject BUG #2154: conversion problem
Date
Msg-id 20060105201700.AA15FF0A32@svr2.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2154
Logged by:          Glauco Carlos Silva
Email address:      glauco.gcs@sercomtel.com.br
PostgreSQL version: 8.0.3
Operating system:   Windows XP
Description:        conversion problem
Details:

the result of function (select lower('ÇÁÃÂ')) is ÇÁÃÂ "the expected
result is çáãâ"

and the result of function (select upper('çáãâ')) is çáãâ "the
expected result is ÇÁÃÂ"

PS under the LINUX to

pgsql-bugs by date:

Previous
From: "John Supplee"
Date:
Subject: Re: BUG #2144: Domain NOT NULL constraints ignored in rules
Next
From: "Aaron Swartz"
Date:
Subject: BUG #2150: PL/Python function delcared STABLE gets run repeatedly