Re: [GENERAL] default EXECUTE privilege

2003-09-07 Thread Sergey Suleymanov
>>>>> 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)---

[GENERAL] Locale bug?

2003-10-09 Thread Sergey Suleymanov
'); -- 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

Re: [GENERAL] Locale bug?

2003-10-13 Thread Sergey Suleymanov
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