Re: [pgadmin-hackers] Patch: Query favourites

2006-01-31 Thread Magnus Hagander
As for the libxml2/msxml - I think going with *just* libxml2 is the way to go. The APIs are so completely different that it would be two completely different implementations. And AFAIK, there are no problems with libxml on Win32 in general. except for libxml2 not being there by

[pgadmin-hackers] Data type display

2006-01-31 Thread Peter Eisentraut
Is there a reason why pgAdmin uses internal type names like int2 everywhere, whereas the supposedly user-friendly approach would be that external names like smallint should be used. (Compare to the output of psql and pg_dump.) You can obtain the friendly name using the backend function

Re: [pgadmin-hackers] GrantWizard Property Crack?

2006-01-31 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. I am looking at the strange thing.? see, http://cre-ent.skcapi.co.jp/~saito/pgadmin3/pgAdmin3_GrantWizard_Crack.PNG Do you understand this somehow? Don't have a clue where this comes from: the notebook pages has only the checklistbox and two buttons. Could

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-31 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Magnus Hagander [mailto:[EMAIL PROTECTED] Sent: 30 January 2006 20:22 To: Dave Page; Andreas Pflug Cc: pgadmin-hackers@postgresql.org Subject: RE: [pgadmin-hackers] Patch: Query favourites As for the libxml2/msxml - I think going with

[pgadmin-hackers] SVN Commit by andreas: r4980 - in trunk/pgadmin3: . src/dlg src/schema

2006-01-31 Thread svn
Author: andreas Date: 2006-01-31 12:24:02 + (Tue, 31 Jan 2006) New Revision: 4980 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4980view=rev Log: Fix inherited columns (dont create/edit them) Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/src/dlg/dlgTable.cpp

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

2006-01-31 Thread svn
Author: andreas Date: 2006-01-31 12:28:45 + (Tue, 31 Jan 2006) New Revision: 4981 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4981view=rev Log: Fix inherited columns (dont create/edit them) Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/dlg/dlgTable.cpp

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-31 Thread Dave Page
-Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 12:19 To: Dave Page Cc: Magnus Hagander; pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Patch: Query favourites I didn't think of one repository per server, but a dedicated

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-31 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 12:19 To: Dave Page Cc: Magnus Hagander; pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Patch: Query favourites I didn't think of one repository per server,

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-31 Thread Dave Page
-Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 16:27 To: Dave Page Cc: Magnus Hagander; pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Patch: Query favourites Hm, don't see the connection to pgAgent. What I was thinking

Re: [pgadmin-hackers] Patch: Query favourites

2006-01-31 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 16:27 To: Dave Page Cc: Magnus Hagander; pgadmin-hackers@postgresql.org Subject: Re: [pgadmin-hackers] Patch: Query favourites Hm, don't see the connection to pgAgent. What I

[pgadmin-hackers] execute sql script w/o stopping after error?

2006-01-31 Thread Carl R. Brune
Does pgadmin3 offer a way to execute sql scripts without stopping if an error is encountered? I've got a script which starts by dropping table (which may or may not exist) and then rebuilds it. If I execute the script with psql (using \i) script execution continues after errors. However if I try

Re: [pgadmin-hackers] Query tool: Autocompletion

2006-01-31 Thread Magnus Hagander
- select * from pg_cCtrl-Spc) _does_ popup the window. However, the popup will show the same problem as on Windows, remaining on top of all windows. This patch fixes the problem on Windows. Don't have a linux box around to test there, sorry. The patch is simple enough, I think it *should*

[pgadmin-hackers] SVN Commit by dpage: r4983 - in trunk/pgadmin3/src: ctl include/ctl

2006-01-31 Thread svn
Author: dpage Date: 2006-01-31 21:42:25 + (Tue, 31 Jan 2006) New Revision: 4983 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=4983view=rev Log: Hide the autocomplete menu if focus is lost [Magnus Hagander] Modified: trunk/pgadmin3/src/ctl/ctlSQLBox.cpp