Re: [pgadmin-hackers] Import: ODBC page design

2009-02-03 Thread Quan Zongliang
> It seems good so far. Add a text area allow user write where clause. > You may need to save the previous value in a variable. When click same choice, it fire a useless event. I have to add some variables to deal this. --- Quan Zongliang quanzongli...@

Re: [pgadmin-hackers] PATCH: Column Level Privileges

2009-02-03 Thread Guillaume Lelarge
Dave Page a écrit : > On Tue, Feb 3, 2009 at 4:14 PM, Guillaume Lelarge > wrote: > >> Yes, that's right. If that's the only thing that prevents this patch >> from being commited, commit it and I'll take a look at the UI glitch. > > Thanks - committed. > I don't find the UI issue. Did you alrea

Re: [pgadmin-hackers] PATCH: Column Level Privileges

2009-02-03 Thread Dave Page
On Tue, Feb 3, 2009 at 4:14 PM, Guillaume Lelarge wrote: > Yes, that's right. If that's the only thing that prevents this patch > from being commited, commit it and I'll take a look at the UI glitch. Thanks - committed. And thanks to Ashesh for the patch! -- Dave Page EnterpriseDB UK: http:

[pgadmin-hackers] SVN Commit by dpage: r7577 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/dlg pgadmin/include/ctl pgadmin/include/dlg pgadmin/include/schema pgadmin/schema

2009-02-03 Thread svn
Author: dpage Date: 2009-02-03 17:25:21 + (Tue, 03 Feb 2009) New Revision: 7577 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7577&view=rev Log: Add support for column level privileges on PostgreSQL 8.4 and above [Ashesh Vashi]. Modified: trunk/pgadmin3/CHANGELOG

Re: [pgadmin-hackers] Server Status window work

2009-02-03 Thread Guillaume Lelarge
Hi, Dave Page a écrit : > On Thu, Jan 29, 2009 at 10:40 PM, Guillaume Lelarge > wrote: > >> So here is the next one. I fixed a few issues, added some more comments, >> moved some code to get something easy to read, and used the four timers. >> It seems to be working right on my laptop. I did a q

Re: [pgadmin-hackers] PATCH: Column Level Privileges

2009-02-03 Thread Guillaume Lelarge
Dave Page a écrit : > On Tue, Feb 3, 2009 at 10:04 AM, Ashesh D Vashi > wrote: > >> Please check, if this has solved the size problem. >> As I am not reproduce the same on my Vista, I can not verify it. :( >> But, I think - this should resolve the problem. > > Nope, doesn't help. I'm surprised y

Re: [pgadmin-hackers] Import: ODBC page design

2009-02-03 Thread Guillaume Lelarge
Hi, Quan Zongliang a écrit : > [...] > The attachment is a preview of import from ODBC. > > I think some ODBC source is slow. So in this page the preview > will generated manually. > > First, the user select a DSN and input username and password (both is > optional). > Then click the button to

Re: [pgadmin-hackers] PATCH: Column Level Privileges

2009-02-03 Thread Dave Page
On Tue, Feb 3, 2009 at 10:04 AM, Ashesh D Vashi wrote: > Please check, if this has solved the size problem. > As I am not reproduce the same on my Vista, I can not verify it. :( > But, I think - this should resolve the problem. Nope, doesn't help. I'm surprised you cannot reproduce it on Vista t

Re: [pgadmin-hackers] PATCH: Column Level Privileges

2009-02-03 Thread Ashesh D Vashi
Hi Dave, Please find the updated patch. Dave Page wrote: Hi On Mon, Feb 2, 2009 at 12:55 PM, Ashesh Vashi wrote: Hi Dave, Dave Page wrote: - If the dialog is the default (minimum) size when opened, the privileges pane does not size correctly. Observed on Windows. I could not reproduce