pltcl bug in 7.2?

From: Yury Don <yura(at)vpcit(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: pltcl bug in 7.2?
Date: 2002-04-19 09:28:18
Message-ID: 5622345439.20020419152818@vpcit.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello All,

We have a database with koi8-r encoding, tables and fields names
mostly in russian, and we have a trigger function on pltcl. With postgresql 7.1 everything
worked well, but in 7.2 we are getting an error "utf_to_local: could
not convert UTF-8" in the following construction
foreach field [array names NEW] {
if {[info exists OLD(${field})]} ....

Also this error occures in any calling of NEW or OLD, for example
[array get NEW] also raises those error.

--
Best regards,
Yury Don

Responses

Browse pgsql-general by date

  From Date Subject
Next Message webmaster 2002-04-19 10:42:28 creating table w/ php help
Previous Message Yury Don 2002-04-19 09:23:01 Error in pltcl function