pltcl bug in 7.2? - Mailing list pgsql-general

From Yury Don
Subject pltcl bug in 7.2?
Date
Msg-id 5622345439.20020419152818@vpcit.ru
Whole thread Raw
Responses Re: pltcl bug in 7.2?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-general by date:

Previous
From: Yury Don
Date:
Subject: Error in pltcl function
Next
From: "Tille, Andreas"
Date:
Subject: Precompiled Windows version?