Re: [BUGS] BUG #5010: perl iconv function returns ? character

2009-09-05 Thread Tom Lane
Robert Haas writes: > On Tue, Aug 25, 2009 at 8:15 AM, Lampa wrote: >> function my_ascii2 is defined: >> CREATE FUNCTION my_ascii2(text) RETURNS text AS $$ use strict; use >> Text::Iconv; my $conv = Text::Iconv->new("UTF8", "ASCII//TRANSLIT"); return >> $conv->convert($_[0]); $$ LANGUAGE plperlu;

Re: [BUGS] BUG #5034: plperlu problem with gethostbyname

2009-09-05 Thread Tom Lane
Robert Haas writes: > On Thu, Sep 3, 2009 at 5:21 PM, Diego de Lima > wrote: >> Using Fedora 10 default rpm packages, all updated last month via yum. > I can't reproduce this on a clean build of 8.3.7 or on a clean build > of CVS HEAD, both against perl 5.10.0, so I don't think this is a > Postg

Re: [BUGS] BUG #5036: Advisory locks have unexpected behavior

2009-09-05 Thread Tom Lane
Alvaro Herrera writes: > Dennis Seran wrote: >> - The above result happens when all 3 clients are on the same machine. If >> the same steps were followed, but this time with clients A and B on a RHEL >> machine and the client C and the server on an XP machine, the result is a >> bit different. T

[BUGS] BUG #5039: 'i' flag i in regexp_replace ignored for polish letters

2009-09-05 Thread Kamil Roman
The following bug has been logged online: Bug reference: 5039 Logged by: Kamil Roman Email address: kamil.lech.ro...@gmail.com PostgreSQL version: 8.3.7 Operating system: Windows XP Description:'i' flag i in regexp_replace ignored for polish letters Details: select