[pgadmin-hackers] PgAdmin support for Greenplum database

2009-03-02 Thread Chuck McDevitt
I sent in a proposed patch last Friday to include in the beta. So far, no feedback from anyone? Is there a problem with the patch? -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] how to dispaly data in grid

2009-03-02 Thread Quan Zongliang
> I would suggest that the import tool should follow the lead of the > Query Tool as it is displaying read-only data. Ok. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.com.cn -- Sent via pgadm

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Guillaume Lelarge
Dave Page a écrit : > On Mon, Mar 2, 2009 at 12:11 PM, Guillaume Lelarge > wrote: >> Dave Page a écrit : >>> On Mon, Mar 2, 2009 at 9:21 AM, Guillaume Lelarge >>> wrote: >>> I work on the "worse problem". Right now, preferences record the combo string. But if you change the UI language,

[pgadmin-hackers] SVN Commit by guillaume: r7640 - in trunk/pgadmin3/pgadmin: frm include/frm

2009-03-02 Thread svn
Author: guillaume Date: 2009-03-02 13:06:55 + (Mon, 02 Mar 2009) New Revision: 7640 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7640&view=rev Log: Record the rate setting in seconds, instead of the (probably translated) selected item's text of the combobox. Modifie

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Dave Page
On Mon, Mar 2, 2009 at 12:11 PM, Guillaume Lelarge wrote: > Dave Page a écrit : >> On Mon, Mar 2, 2009 at 9:21 AM, Guillaume Lelarge >> wrote: >> >>> I work on the "worse problem". Right now, preferences record the combo >>> string. But if you change the UI language, you won't get back your >>> p

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Guillaume Lelarge
Dave Page a écrit : > On Mon, Mar 2, 2009 at 9:21 AM, Guillaume Lelarge > wrote: > >> I work on the "worse problem". Right now, preferences record the combo >> string. But if you change the UI language, you won't get back your >> previous rate setting. The attached patch record the actual rate va

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Dave Page
On Mon, Mar 2, 2009 at 9:21 AM, Guillaume Lelarge wrote: > I work on the "worse problem". Right now, preferences record the combo > string. But if you change the UI language, you won't get back your > previous rate setting. The attached patch record the actual rate value > in seconds. Seems like

Re: [pgadmin-hackers] how to dispaly data in grid

2009-03-02 Thread Dave Page
On Mon, Mar 2, 2009 at 7:34 AM, Quan Zongliang wrote: > Hi, all > > In import function, some wxGrid is used to display preview data. > I consider it is better that all of wxGrid in the pgAdmin > should use same data style. > > Now, there is a option called "Show NULL values as ". > But it only aff

[pgadmin-hackers] SVN Commit by dpage: r7639 - in trunk/pgadmin3/pgadmin: frm schema

2009-03-02 Thread svn
Author: dpage Date: 2009-03-02 10:51:33 + (Mon, 02 Mar 2009) New Revision: 7639 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7639&view=rev Log: Column sizing tweaks Modified: trunk/pgadmin3/pgadmin/frm/events.cpp trunk/pgadmin3/pgadmin/frm/frmMain.cpp trunk/

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Harald Armin Massa
Execute query / Generate SQL from Graphical Query Builder Model Execute query, write result to file / Generate SQL from Graphical Query Builder Model > Actually the button always runs the query. The only difference is that > if you're in the GQB, it'll build the new query first and

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Dave Page
On Mon, Mar 2, 2009 at 10:15 AM, Harald Armin Massa wrote: > Execute query / Generate SQL from Graphical Query Builder Model > Execute query, write result to file / Generate SQL from Graphical > Query Builder Model > >> Actually the button always runs the query. The only difference is

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Dave Page
On Sun, Mar 1, 2009 at 7:52 PM, Harald Armin Massa wrote: > Guillaume, > >>> Execute query / Generate SQL from Graphical Query Builder Model >>> Execute query, write result to file / Generate SQL from Graphical >>> Query Builder Model > >> Not quite sure of what you means. These are strings for a

[pgadmin-hackers] SVN Commit by dpage: r7638 - trunk/pgadmin3/pgadmin/ui

2009-03-02 Thread svn
Author: dpage Date: 2009-03-02 09:36:29 + (Mon, 02 Mar 2009) New Revision: 7638 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7638&view=rev Log: Message consistency Modified: trunk/pgadmin3/pgadmin/ui/dlgTable.xrc -- Sent via pgadmin-hackers mailing list (pgadmin

Re: [pgadmin-hackers] Challenges with messages

2009-03-02 Thread Guillaume Lelarge
Guillaume Lelarge a écrit : > [...] >> -- >> >> new String "5 seconds" - there is allready a string named %s seconds, >> which should be used. >> >> (and more "time-types" as "1 second, 10 seconds, 5 minutes, 30 >> minutes" should be upgraded to %s ) >> > > There's a much worse problem with th