pltcl bug in 7.2?

Поиск
Список
Период
Сортировка
От Yury Don
Тема pltcl bug in 7.2?
Дата
Msg-id 5622345439.20020419152818@vpcit.ru
обсуждение исходный текст
Ответы Re: pltcl bug in 7.2?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Yury Don
Дата:
Сообщение: Error in pltcl function
Следующее
От: "Tille, Andreas"
Дата:
Сообщение: Precompiled Windows version?