>>>>> Tom Lane writes:
Tom> We decided that was the most useful default.
Well, not too useful when "SECURITY DEFINER" is used. Anyway
thank you for explanation.
--
Sergey Suleymanov
---(end of broadcast)---
'); -- cyrillic chars
v_text2 := ttt();
RETURN v_text || upper(''после''); -- cyrillic chars
END;
' LANGUAGE 'plpgsql';
and qqq() returns "ДОпосле". That is upper() doesn't work correctly
after plperlu function call.
--
Sergey Su
ne confirm that libperl does such things, or find a
Tom> workaround to prevent it?
It seems a startup script issue. When I restarting postmaster
manualy (within root session with LC_CTYPE = ru_RU.KOI8-R)
everything works fine.
Do we need "export LAN