Re: [pgadmin-hackers] Schema bug

2005-12-06 Thread Guillaume Lelarge
2005/12/7, Andreas Pflug <[EMAIL PROTECTED]>: > Guillaume LELARGE wrote: > > Hi, > > > > I found a weird bug today. If you rename the public schema, it becomes > > unavailable. Here is a patch to fix it. It modifies the query to use the oid > > instead of the schema's name. Works great on Linux, sh

Re: [pgadmin-hackers] Schema bug

2005-12-06 Thread Andreas Pflug
Guillaume LELARGE wrote: Hi, I found a weird bug today. If you rename the public schema, it becomes unavailable. Here is a patch to fix it. It modifies the query to use the oid instead of the schema's name. Works great on Linux, should'nt be a problem on win32. Actually, to me renaming the

[pgadmin-hackers] SVN Commit by andreas: r4804 - branches/REL-1_4_0_PATCHES/pgadmin3/docs/de_DE

2005-12-06 Thread svn
Author: andreas Date: 2005-12-07 00:05:34 + (Wed, 07 Dec 2005) New Revision: 4804 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/docs/de_DE/tips.txt Log: Fix broken German Modified: branches/REL-1_4_0_PATCHES/pgadmin3/docs/de_DE/tips.txt =

[pgadmin-hackers] SVN Commit by andreas: r4803 - trunk/pgadmin3/docs/de_DE

2005-12-06 Thread svn
Author: andreas Date: 2005-12-07 00:05:15 + (Wed, 07 Dec 2005) New Revision: 4803 Modified: trunk/pgadmin3/docs/de_DE/tips.txt Log: Fix broken German Modified: trunk/pgadmin3/docs/de_DE/tips.txt === --- trunk/pgadmin3/docs/de_

Re: [pgadmin-hackers] Fixed German tips

2005-12-06 Thread Andreas Pflug
Peter Eisentraut wrote: Here is an update of the German tips file which brings the text closer to actual German. :-) Well, somebody already called my translations "slightly broken German". No big career as translator waiting for me... Interestingly, nobody ever nagged about my broken Englis

Re: [pgadmin-hackers] pg_autovacuum vs autovacuum

2005-12-06 Thread Andreas Pflug
Peter Eisentraut wrote: The autovacuum feature in PostgreSQL 8.1 is called "autovacuum", not "pg_autovacuum", as pgAdmin makes one believe. To make the terminology consistent, I propose the following small patch. Yup, applied (and corrected in all applicable translations as well) Regards, An

[pgadmin-hackers] SVN Commit by andreas: r4800 - in branches/REL-1_4_0_PATCHES/pgadmin3/src: frm schema

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 23:58:11 + (Tue, 06 Dec 2005) New Revision: 4800 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmMainConfig.cpp branches/REL-1_4_0_PATCHES/pgadmin3/src/schema/pgServer.cpp Log: Fix some strings Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/f

[pgadmin-hackers] SVN Commit by andreas: r4799 - in trunk/pgadmin3/src: frm schema

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 23:57:45 + (Tue, 06 Dec 2005) New Revision: 4799 Modified: trunk/pgadmin3/src/frm/frmMainConfig.cpp trunk/pgadmin3/src/schema/pgServer.cpp Log: Fix some strings Modified: trunk/pgadmin3/src/frm/frmMainConfig.cpp ==

[pgadmin-hackers] Schema bug

2005-12-06 Thread Guillaume LELARGE
Hi, I found a weird bug today. If you rename the public schema, it becomes unavailable. Here is a patch to fix it. It modifies the query to use the oid instead of the schema's name. Works great on Linux, should'nt be a problem on win32. Regards. -- Guillaume. Index: src/schema/pgSchema.cpp

[pgadmin-hackers] pg_autovacuum vs autovacuum

2005-12-06 Thread Peter Eisentraut
The autovacuum feature in PostgreSQL 8.1 is called "autovacuum", not "pg_autovacuum", as pgAdmin makes one believe. To make the terminology consistent, I propose the following small patch. -- Peter Eisentraut http://developer.postgresql.org/~petere/ Index: src/frm/frmMainConfig.cpp ===

[pgadmin-hackers] Fixed German tips

2005-12-06 Thread Peter Eisentraut
Here is an update of the German tips file which brings the text closer to actual German. -- Peter Eisentraut http://developer.postgresql.org/~petere/ # To add a new tip, just add a new line to this file. # Blank lines are ignored, lines starting with # are comments. PostgreSQLs Performance kann

Re: [pgadmin-hackers] New Brazilian Translator/Maintaner.

2005-12-06 Thread Andreas Pflug
Marcos Alves T. de Azevedo wrote: New Brazilian Translator/Maintaner. My name is Marcos Alves T. de Azevedo (Marcos Azevedo) and I would like to be the translator for Brazilian (PT_BR) language. Fine, Brazilian pgAdmin users will probably be very thankful! Translator's page changed, will

[pgadmin-hackers] SVN Commit by andreas: r4798 - trunk/www/pgadmin3/cnt

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 13:36:47 + (Tue, 06 Dec 2005) New Revision: 4798 Modified: trunk/www/pgadmin3/cnt/cnt_translation_status.php Log: new Brazilian translator Modified: trunk/www/pgadmin3/cnt/cnt_translation_status.php ==

[pgadmin-hackers] SVN Commit by andreas: r4797 - trunk/pgadmin3/src/ui

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 13:31:43 + (Tue, 06 Dec 2005) New Revision: 4797 Modified: trunk/pgadmin3/src/ui/dlgServer.xrc trunk/pgadmin3/src/ui/xrcDialogs.cpp Log: fix dlgServer layout Modified: trunk/pgadmin3/src/ui/dlgServer.xrc ==

[pgadmin-hackers] SVN Commit by andreas: r4796 - branches/REL-1_4_0_PATCHES/pgadmin3/src/ui

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 13:29:26 + (Tue, 06 Dec 2005) New Revision: 4796 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/ui/dlgServer.xrc branches/REL-1_4_0_PATCHES/pgadmin3/src/ui/xrcDialogs.cpp Log: fix dlgServer layout Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/ui/d

[pgadmin-hackers] SVN Commit by andreas: r4795 - in branches/REL-1_4_0_PATCHES/pgadmin3/src: base include/base schema

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 13:09:22 + (Tue, 06 Dec 2005) New Revision: 4795 Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/base/pgConnBase.cpp branches/REL-1_4_0_PATCHES/pgadmin3/src/include/base/pgConnBase.h branches/REL-1_4_0_PATCHES/pgadmin3/src/schema/pgServer.cpp Log: st

[pgadmin-hackers] SVN Commit by andreas: r4794 - in trunk/pgadmin3: . src/base src/include/base src/schema

2005-12-06 Thread svn
Author: andreas Date: 2005-12-06 13:00:46 + (Tue, 06 Dec 2005) New Revision: 4794 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/base/pgConnBase.cpp trunk/pgadmin3/src/include/base/pgConnBase.h trunk/pgadmin3/src/schema/pgServer.cpp Log: store UTF8 connect info in pgpass

[pgadmin-hackers] New Brazilian Translator/Maintaner.

2005-12-06 Thread Marcos Alves T. de Azevedo
New Brazilian Translator/Maintaner.     My name is Marcos Alves T. de Azevedo (Marcos Azevedo) and I would like to be the translator for Brazilian (PT_BR) language.   I´ll start my work on the next weekend, please change the status for Translation in Progress. I pretend to be the Debian package mai

Re: [pgadmin-hackers] Slony in pgAdmin

2005-12-06 Thread Freddy91 (sent by Nabble.com)
I am very interested in using pgadmin to configure my Slony-I. I have the same kind of problem. But I would like to know if it is possible to use pgadmin running under Windows to configure a slony on a Suse machine. Sent from the PostgreSQL - pgadmin hackers forum at Nabble.com: Re: Slony in pgAd