Re: [pgadmin-hackers] pgAdmin III - Default server info from postgres-reg.ini not getting picked up

2011-05-31 Thread Nikhil S
> Thanks, applied. > > Thanks Dave. Regards, Nikhils

Re: [pgadmin-hackers] Discussion - Search Objects

2011-05-31 Thread Guillaume Lelarge
On Wed, 2011-06-01 at 01:05 +0200, Jasmin Dizdarevic wrote: > To better get into the code I've decided to implement a feature from > the todo list: "Ability to search a database for objects with a > specific name" > Now I have a first result, which I like to discuss with you. > > > 1. The search

[pgadmin-hackers] pgAdmin III commit: In case of postgres-reg.ini only containing PPAS se

2011-05-31 Thread Dave Page
In case of postgres-reg.ini only containing PPAS server information, it is not being picked up properly by pgAdmin. The issue is in pgServerFactory::CreateObjects() function. Even though the server information is being read correctly from the file, it is not being appended correctly into the browse

[pgadmin-hackers] pgAdmin III commit: In case of postgres-reg.ini only containing PPAS se

2011-05-31 Thread Dave Page
In case of postgres-reg.ini only containing PPAS server information, it is not being picked up properly by pgAdmin. The issue is in pgServerFactory::CreateObjects() function. Even though the server information is being read correctly from the file, it is not being appended correctly into the browse

Re: [pgadmin-hackers] pgAdmin III - Default server info from postgres-reg.ini not getting picked up

2011-05-31 Thread Dave Page
On Tue, May 31, 2011 at 3:31 PM, Nikhil S wrote: > Hi, > > In case of postgres-reg.ini only containing PPAS server information, it is > not being picked up properly by pgAdmin. The issue is in > pgServerFactory::CreateObjects() function. Even though the server > information is being read correctly

[pgadmin-hackers] pgAdmin III - Default server info from postgres-reg.ini not getting picked up

2011-05-31 Thread Nikhil S
Hi, In case of postgres-reg.ini only containing PPAS server information, it is not being picked up properly by pgAdmin. The issue is in pgServerFactory::CreateObjects() function. Even though the server information is being read correctly from the file, it is not being appended correctly into the b

[pgadmin-hackers] pgAdmin III commit: Remove some empty dependents lines added by the sep

2011-05-31 Thread Dave Page
Remove some empty dependents lines added by the seperate query for grabbing sequence info. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=15475efa858b094ae72599ba59baa6d7833995af Author: Vladimir Kokovic Modified Files -- pgadmin/

Re: [pgadmin-hackers] Table dependents tab empty lines

2011-05-31 Thread Dave Page
On Sat, May 28, 2011 at 3:06 PM, Vladimir Kokovic wrote: > Hi, > > PostgreSQL 9.1devel 'table object tab dependents' contains many empty lines. > > Attached patch fixes this. Thanks, patch applied. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.e

Re: [pgadmin-hackers] Update functions and trigger functions by clicking

2011-05-31 Thread Dave Page
On Mon, May 30, 2011 at 1:58 AM, Vinicius Santos wrote: in an object type independent way - ie. in pgObject for example. Not sure how feasible that is though... > > Hello, > > It could take a look at my patch? > > I thought of other ways to implement, but I ended up with this. Hi, That

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-31 Thread Ashesh Vashi
On Tue, May 31, 2011 at 3:22 PM, Dave Page wrote: > Thanks Ashesh - applied to -HEAD. I i didn't bother with the > back-branches as the problem shows up so rarely. > Thanks. Yeah - that's true. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

Re: [pgadmin-hackers] PATCH: Using wxDatePickerCtrl instead of wxCalendarBox

2011-05-31 Thread Dave Page
Thanks Ashesh - applied to -HEAD. I i didn't bother with the back-branches as the problem shows up so rarely. On Sat, May 28, 2011 at 7:25 AM, Dave Page wrote: > Oh, and I'll review/commit this later... > > On Saturday, May 28, 2011, Dave Page wrote: >> On Saturday, May 28, 2011, Ashesh Vashi

[pgadmin-hackers] pgAdmin III commit: Use the wxDatePicker control instead of our own whe

2011-05-31 Thread Dave Page
Use the wxDatePicker control instead of our own where available. This resolves a focus bug that sometimes shows up on wxGTK platforms. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=053326ad8c9f247ac507142f01f2a29ffa73d9db Author: Ashesh Vashi

[pgadmin-hackers] pgAdmin III commit: Fix setting a comment to a foreign table

2011-05-31 Thread Guillaume Lelarge
Fix setting a comment to a foreign table Per report from Shigeru Hanada. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ab005b1f0f04ba9129c8aac65027e04225c82344 Modified Files -- pgadmin/dlg/dlgForeignTable.cpp |2 +- 1 files c