Re: [BUGS] BUG #5007: could not reattach to shared memory

2009-09-06 Thread Paragon Corporation
Magnus and Craig, Thanks for the help. We upgraded and also put in the patch and things have been running for about a week now with all that in place. The reattach memory problem seems to have been cured by the patch. Unfortunately the System.OutOfMemory from .NET and the LOG: could not receiv

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

2009-09-06 Thread Lampa
Cluster is created with cs_CZ.UTF-8 collation. List of databases Name| Owner | Encoding | Collation |Ctype| Access privileges ---+--+--+-+-+--- postgres | postgres | UTF8

[BUGS] 8.4 dropped Russian server translations

2009-09-06 Thread Martin Pitt
Hello all, is there any reason why 8.4 dropped src/backend/po/ru.po? It was still present in 8.3, and still works. It might perhaps not be entirely up to date, but 90% coverage is certainly better than 0? Or were there any other problems with it? Thanks in advance, Martin -- Martin Pitt

Re: [BUGS] 8.4 dropped Russian server translations

2009-09-06 Thread Tom Lane
Martin Pitt writes: > is there any reason why 8.4 dropped src/backend/po/ru.po? The translation team instituted a policy that translations must be at least X% complete to be included. If you have users complaining that their favorite language was dropped, please suggest that the translation team

Re: [BUGS] 8.4 dropped Russian server translations

2009-09-06 Thread Martin Pitt
Tom Lane [2009-09-06 10:24 -0400]: > According to > http://babel.postgresql.org/ > it's more like 38%. Ah, thanks for the link! Makes sense then. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) -- Sent

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

2009-09-06 Thread Robert Haas
On Sep 5, 2009, at 6:52 PM, Tom Lane wrote: 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

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

2009-09-06 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 #5010: perl iconv function returns ? character

2009-09-06 Thread Devrim GÜNDÜZ
On Sun, 2009-09-06 at 12:52 -0400, Tom Lane wrote: > I would have said that the RPMs are > not built in any way significantly different from a straight > configure-and-build-from-source, but it appears that something in > the RPM build options makes this work. Investigating ... Could it be becaus

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

2009-09-06 Thread Tom Lane
I wrote: > Hmm ... I can reproduce the problem on Fedora 11. Given a UTF8-encoded > database (I don't think locale matters), 8.3.7 works as described, but > 8.3.8 fails as described, as do 8.4.1 and HEAD. Given that the only > difference in plperl.c between 8.3.7 and 8.3.8 is the addition of the

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

2009-09-06 Thread Tom Lane
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= writes: > On Sun, 2009-09-06 at 12:52 -0400, Tom Lane wrote: >> I would have said that the RPMs are >> not built in any way significantly different from a straight >> configure-and-build-from-source, but it appears that something in >> the RPM build options makes

[BUGS] BUG #5040: Latest version of PostgreSQL's JDBC driver is not available in Maven's central repository

2009-09-06 Thread Clemens Fuchslocher
The following bug has been logged online: Bug reference: 5040 Logged by: Clemens Fuchslocher Email address: fuchsloc...@users.sourceforge.net PostgreSQL version: 8.4 Operating system: Debian GNU/Linux 5.0 Description:Latest version of PostgreSQL's JDBC driver is not a

[BUGS] BUG #5041: Changing data_directory problem

2009-09-06 Thread Jonas
The following bug has been logged online: Bug reference: 5041 Logged by: Jonas Email address: jonasdono...@hotmail.com PostgreSQL version: 8.4 Operating system: Ubuntu 9.10 Description:Changing data_directory problem Details: After changing data_directory - in the s

Re: [BUGS] BUG #5040: Latest version of PostgreSQL's JDBC driver is not available in Maven's central repository

2009-09-06 Thread Stefan Kaltenbrunner
Clemens Fuchslocher wrote: The following bug has been logged online: Bug reference: 5040 Logged by: Clemens Fuchslocher Email address: fuchsloc...@users.sourceforge.net PostgreSQL version: 8.4 Operating system: Debian GNU/Linux 5.0 Description:Latest version of Postg

Re: [BUGS] BUG #5040: Latest version of PostgreSQL's JDBC driver is not available in Maven's central repository

2009-09-06 Thread Devrim GÜNDÜZ
On Sun, 2009-09-06 at 14:40 +, Clemens Fuchslocher wrote: > > The latest version of PostgreSQL's JDBC driver is not available in > Maven's > central repository: > > http://repo1.maven.org/maven2/postgresql/postgresql/ Why don't you file a bug report against them? -- Devrim GÜNDÜZ, RHCE Co

[BUGS] BUG #5042: Update numeric within a rule

2009-09-06 Thread Ilian Georgiev
The following bug has been logged online: Bug reference: 5042 Logged by: Ilian Georgiev Email address: georgiev.il...@gmail.com PostgreSQL version: 8.1.10 Operating system: Windows XP Description:Update numeric within a rule Details: Hello I have a sutuation where I

Re: [BUGS] BUG #5041: Changing data_directory problem

2009-09-06 Thread Martin Pitt
Jonas [2009-09-06 17:29 +]: > After changing data_directory - in the same way as I did for postgres 8.3 - The official way is to move the directory and set "data_directory" in postgresql.conf. (Or create a new cluster with the -d/--datadir option). Is that what you did? Please give us the ou

Re: [BUGS] BUG #5041: Changing data_directory problem

2009-09-06 Thread Andres Freund
On Sunday 06 September 2009 19:29:54 Jonas wrote: > The following bug has been logged online: > > Bug reference: 5041 > Logged by: Jonas > Email address: jonasdono...@hotmail.com > PostgreSQL version: 8.4 > Operating system: Ubuntu 9.10 > Description:Changing data_dire