Re: [pgadmin-hackers] Crash when trying to create new database via dialog

2007-09-06 Thread Erwin Brandstetter
[EMAIL PROTECTED] wrote: Actually that was the error that was causing the crash when creating unique constraints. Please test the build I mailed about a few minutes ago. Right. Both crashes are gone in the new test build. /E ---(end of broadcast)--

Re: [pgadmin-hackers] More refresh issues

2007-09-06 Thread Erwin Brandstetter
Hi Dave! Testing the pgAdmin III 1.8.0 Beta 4 (Sep 6 2007, rev: 6608:6622). Client Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8 I have tested every item of the preceding mail. For brevity I left out what's working. Once again, you only the nagging. :) [EMAIL PROTECTED]

Re: [pgadmin-hackers] Tablespaces for indexes, tables and databases

2007-09-06 Thread Dave Page
> --- Original Message --- > From: Erwin Brandstetter <[EMAIL PROTECTED]> > To: pgadmin-hackers@postgresql.org > Sent: 06/09/07, 16:44:28 > Subject: Re: [pgadmin-hackers] Tablespaces for indexes, tables and databases > > Erwin Brandstetter wrote: > > (...) (tablespace of the database / d

[pgadmin-hackers] SVN Commit by dpage: r6622 - trunk/pgadmin3/pgadmin/frm

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 15:49:12 +0100 (Thu, 06 Sep 2007) New Revision: 6622 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6622&view=rev Log: Don't try dropping an object if is pressed unless it can be dropped. Modified: trunk/pgadmin3/pgadmin/frm/events.cpp --

[pgadmin-hackers] Crash when trying to create new database via dialog

2007-09-06 Thread Erwin Brandstetter
Hi developers! Hi Dave! Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609). Client Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8 pgadmin crashes when I try to create new database via dialog. Steps to reproduce: In the object tree, right click on the "Databas

[pgadmin-hackers] SVN Commit by dpage: r6621 - in trunk/pgadmin3/pgadmin: dlg frm include/utils schema

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 15:08:54 +0100 (Thu, 06 Sep 2007) New Revision: 6621 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6621&view=rev Log: Update Rule parent and grandparent node properly, per Erwin. Modified: trunk/pgadmin3/pgadmin/dlg/dlgProperty.cpp trun

[pgadmin-hackers] SVN Commit by dpage: r6623 - in trunk/pgadmin3/pgadmin: dlg frm include/frm

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 16:51:52 +0100 (Thu, 06 Sep 2007) New Revision: 6623 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6623&view=rev Log: Don't change the current node selection when auto-refreshing parent or grandparent nodes. Per gripe from Erwin. Modified:

Re: [pgadmin-hackers] More refresh issues

2007-09-06 Thread Dave Page
Erwin Brandstetter wrote: > Hi developers! > > Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609). > Client Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8 > > When making changes via properties dialog, the new policy is to update > _all_ affected places in the ob

Re: [pgadmin-hackers] Crash when trying to create new database via dialog

2007-09-06 Thread Dave Page
Erwin Brandstetter wrote: > Hi developers! Hi Dave! > > Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609). > Client Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8 > > pgadmin crashes when I try to create new database via dialog. > > Steps to reproduce: > In the

Re: [pgadmin-hackers] Tablespaces for indexes, tables and databases

2007-09-06 Thread Erwin Brandstetter
Erwin Brandstetter wrote: (...) (tablespace of the database / default_tablespace / pg_default -- whichever comes first). Just for the record: actually this should read: (default_tablespace / tablespace of the database) -- whichever comes first. If the parameter "default_tablespace" is set, i

Re: [pgadmin-hackers] More refresh issues

2007-09-06 Thread Erwin Brandstetter
[EMAIL PROTECTED] wrote: Erwin Brandstetter wrote: (...) Losing the focus every time a father / grandfather node is updated is a rather unwelcome side effect (we talked about it). In the case of a large tree the whole tree is moved up and down and, more often than not, the focus wanders out o

[pgadmin-hackers] SVN Commit by dpage: r6620 - in trunk/pgadmin3/pgadmin: dlg frm

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 14:33:27 +0100 (Thu, 06 Sep 2007) New Revision: 6620 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6620&view=rev Log: Refresh the parent table when Unique constraints are modified. Per Erwin. Modified: trunk/pgadmin3/pgadmin/dlg/dlgPropert

Re: [pgadmin-hackers] Crash when trying to view SQL for new unique constraint

2007-09-06 Thread Dave Page
Erwin Brandstetter wrote: > Hi developers! > > Testing the pgAdmin III 1.8.0 Beta 4 (Sep 4 2007, rev: 6608:6609). > Client Win XP, host: Debian Sarge / PG 8.1.8; host: Debian Etch / PG 8.1.9 > > pgadmin crashes when I try to view the SQL for a UNIQUE constraint to be > created via dialog. It se

[pgadmin-hackers] SVN Commit by dpage: r6619 - trunk/pgadmin3/pgadmin/dlg

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 12:27:43 +0100 (Thu, 06 Sep 2007) New Revision: 6619 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6619&view=rev Log: Ensure we can get the default tablespace name, even if we don't have a database object available. Modified: trunk/pgadmi

[pgadmin-hackers] SVN Commit by dpage: r6618 - trunk/pgadmin3/pgadmin/schema

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 11:59:16 +0100 (Thu, 06 Sep 2007) New Revision: 6618 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6618&view=rev Log: Ensure the default tablespace is picked up correctly on 8.1 and below where GUCs may be 'unset' instead of ''. Per report fro

Re: [pgadmin-hackers] Tablespaces for indexes, tables and databases

2007-09-06 Thread Dave Page
Erwin Brandstetter wrote: > Hi developers! Hi Dave! > > Moving indexes to different tablespaces via properties dialog seems to > work fine now. Good job! Thanks. > The reverse engineered SQL for tables, indexes and databases includes an > extra line 'TABLESPACE pg_default' now, which seems redun

[pgadmin-hackers] SVN Commit by dpage: r6617 - in trunk/pgadmin3/pgadmin: dlg schema

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 10:39:36 +0100 (Thu, 06 Sep 2007) New Revision: 6617 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6617&view=rev Log: Only specify the tablespace for objects when it isn't the default. Per Erwin. Modified: trunk/pgadmin3/pgadmin/dlg/dlgInd

[pgadmin-hackers] SVN Commit by dpage: r6616 - trunk/pgadmin3/pgadmin/debugger

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 10:10:47 +0100 (Thu, 06 Sep 2007) New Revision: 6616 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6616&view=rev Log: Fix the debugger so that functions with only OUT parameters don't cause the param dialogue to be displayed and are invoked wi

Re: [pgadmin-hackers] Maintenance on indexes

2007-09-06 Thread Dave Page
Decibel! wrote: > On Sep 5, 2007, at 12:55 PM, Decibel! wrote: >> Version 1.6.3; selecting Maintenance from an indexes context menu >> allows you to perform a vacuum, which obviously doesn't work. >> >> Also, even though the error that comes back in Messages is wider than >> the window, there's no

Re: [pgadmin-hackers] Maintenance on indexes

2007-09-06 Thread Dave Page
Decibel! wrote: > Version 1.6.3; selecting Maintenance from an indexes context menu allows > you to perform a vacuum, which obviously doesn't work. I cannot reproduce this in SVN trunk. /D ---(end of broadcast)--- TIP 4: Have you searched our list

Re: [pgadmin-hackers] public.pg_class isn't a catalog table

2007-09-06 Thread Dave Page
Decibel! wrote: > Version 1.6.3; if you have a table in public called pg_class and try to > drop it, pgAdmin gives an error: > > ERROR: permission denied: "pg_class" is a system catalog > > The drop does work correctly from psql... I'm sure you (Jim) have seen the reasons why this happens pgAdmi

[pgadmin-hackers] SVN Commit by dpage: r6615 - trunk/pgadmin3/pgadmin/schema

2007-09-06 Thread svn
Author: dpage Date: 2007-09-06 09:18:26 +0100 (Thu, 06 Sep 2007) New Revision: 6615 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6615&view=rev Log: Always prefix the schema name when dropping objects, per Jim Nasby Modified: trunk/pgadmin3/pgadmin/schema/pgAggregate.cp

Re: [pgadmin-hackers] public.pg_class isn't a catalog table

2007-09-06 Thread Dave Page
Dave Page wrote: > ->GetIdentifier() // Returns the identifier - e.g. for a function, this > is the name and signature Hmm, that seems to have been changed at some point. I'm not sure why. I guess I'll have to have a cleanup in that area... :-( /D ---(end of broadcas

Re: [pgadmin-hackers] public.pg_class isn't a catalog table

2007-09-06 Thread Dave Page
Euler Taveira de Oliveira wrote: > Decibel! wrote: > >> Version 1.6.3; if you have a table in public called pg_class and >> try to drop it, pgAdmin gives an error: >> >> ERROR: permission denied: "pg_class" is a system catalog >> > That's because pgAdmin is issuing "DROP TABLE pg_class" instead

Re: [pgadmin-hackers] Beta 4 uploaded

2007-09-06 Thread Devrim GÜNDÜZ
Hi Dave, On Wed, 2007-09-05 at 16:53 +0100, Dave Page wrote: > Hmm, this works fine for me on my clean f7 install. What version of wx > etc are you running? $ rpm -qa|grep -i wx wxGTK-gl-2.8.4-3.fc7 wxGTK-2.8.4-3.fc7 wxGTK-devel-2.8.4-3.fc7 It is probably a problem with my local installation sin

Re: [pgadmin-hackers] pgAdmin3 - Language support on Solaris

2007-09-06 Thread Dhanaraj M
Sorry for reporting this bug. I found that ja_JP, zh_CN, and zh_TW locales are only installed in my machine. (localeadm -l) pgAdmin starts supporting other locales as well, when I install the required locales. Hiroshi Saito wrote: Hi. From: "Dhanaraj M" <[EMAIL PROTECTED]> Hi All, I cam