Re: [pgadmin-hackers] Re: [BUGS] BUG #10250: pgAdmin III 1.16.1 stores unescaped plaintext password

2014-05-22 Thread Dhiraj Chawla
Hi Akshay, I have reviewed the patch and tested it as well on the Linux platform. The patch looks good to me. It is working as expected. regards, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Tue, May 20, 2014 at

Re: [pgadmin-hackers] Re: [BUGS] BUG #10250: pgAdmin III 1.16.1 stores unescaped plaintext password

2014-05-20 Thread Dhiraj Chawla
Sure Dave. I will review the patch and update accordingly. regards, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Fri, May 16, 2014 at 1:53 PM, Dave Page wrote: > Thanks Akshay. Dhiraj, can you review ple

Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-10 Thread Dhiraj Chawla
Thanks a lot Dave. regards, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Fri, Dec 6, 2013 at 10:02 PM, Dave Page wrote: > Thanks, applied. > > On Fri, Dec 6, 2013 at 9:44 AM, Dhiraj Chawla > wrote:

Re: [pgadmin-hackers] Text goes out of header area in html reports

2013-12-06 Thread Dhiraj Chawla
, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Thu, Dec 5, 2013 at 9:02 PM, Dave Page wrote: > Hi > > On Wed, Dec 4, 2013 at 9:08 AM, Dhiraj Chawla > wrote: > > Hi, > > > > We have fou

Re: [pgadmin-hackers] PGAdmin Crashes when a column is dropped from a table (issue fix patch)

2013-09-26 Thread Dhiraj Chawla
Thanks Dave. regards, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Thu, Sep 26, 2013 at 7:47 PM, Dave Page wrote: > Thanks, patch applied for 1.18+. > > On Fri, Sep 20, 2013 at 12:48 PM, Dhiraj Chawla

[pgadmin-hackers] Re: Event Triggers are not listed in the browser view options on the Settings dialogue

2013-09-26 Thread Dhiraj Chawla
Thanks Dave. regards, *Dhiraj Chawla* Senior Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 On Thu, Sep 26, 2013 at 2:37 PM, Dave Page wrote: > Thanks, applied for 1.18.1+. > > On Tue, Sep 24, 2013 at 10:39 AM, Dhiraj Chawla

[pgadmin-hackers] Re: Event Triggers are not listed in the browser view options on the Settings dialogue

2013-09-24 Thread Dhiraj Chawla
Hi Dave, Please find the updated patch. I have moved the Event Triggers node before the Extensions node in the treeview. I have also re-arranged the the display options list to the best of my knowledge. Please review the patch and let me know your thoughts on the same. regards, *Dhiraj Chawla

[pgadmin-hackers] Event Triggers are not listed in the browser view options on the Settings dialogue

2013-09-20 Thread Dhiraj Chawla
Hi Dave, The Event Triggers options is not listed in the browser view options on the Settings dialog of pgAdmin, which would allow a user the hide/show the Event Triggers collection node. Attached is the patch that fixes this issue. Let me know your view on the same. regards, *Dhiraj Chawla

[pgadmin-hackers] PGAdmin Crashes when a column is dropped from a table (issue fix patch)

2013-09-20 Thread Dhiraj Chawla
second Refresh() call is not made. I have tested patch by setting Refresh on click to both: Refresh object on click and Refresh object and children on click in the UI Miscellaneous in the Setting dialog. Let me know your view on this patch. regards, *Dhiraj Chawla* Senior Software Engineer

Re: [pgadmin-hackers] Search Object dialog Help button issue

2013-07-22 Thread Dhiraj Chawla
Thanks Dave. On Mon, Jul 22, 2013 at 6:37 PM, Dave Page wrote: > Thanks, applied. > > On Mon, Jul 22, 2013 at 1:57 PM, Dhiraj Chawla > wrote: > > Hi Dave, > > > > It was noticed that on clicking the Help button on the Search Object > dialog, > > the

[pgadmin-hackers] Search Object dialog Help button issue

2013-07-22 Thread Dhiraj Chawla
, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 search_object_help_fix.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http

Re: [pgadmin-hackers] Grants on sequences via Grant Wizard fix patch

2013-05-22 Thread Dhiraj Chawla
not all the other options. Let me know your view on this patch. Thanks, On Thu, May 23, 2013 at 1:32 AM, Dave Page wrote: > Hi > > On Wed, May 22, 2013 at 8:01 PM, Dhiraj Chawla > wrote: > > Hi Dave, > > > > As per the issue reported on pgadmin-support m

[pgadmin-hackers] Grants on sequences via Grant Wizard fix patch

2013-05-22 Thread Dhiraj Chawla
after PG-8.1. As the minimum supported version by the community is 8.4, should we remove the RULE grant from the Wizard?? Let me know your views on this patch. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522

Re: [pgadmin-hackers] Re: Missing REVOKE in SQL for functions with SECURITY DEFINER (or any function, really)

2013-04-22 Thread Dhiraj Chawla
Thanks a lot Dave :-) On Mon, Apr 22, 2013 at 4:03 PM, Dave Page wrote: > Thanks - seems to work well, so I've committed the patch to 1.16 and > master. > > Erwin; would appreciate any additional QA you can find time for :-) > > On Fri, Apr 19, 2013 at 1:47 PM, Dhiraj

Re: [pgadmin-hackers] Re: Missing REVOKE in SQL for functions with SECURITY DEFINER (or any function, really)

2013-04-19 Thread Dhiraj Chawla
t; $BODY$ > > LANGUAGE plpgsql VOLATILE SECURITY DEFINER > > COST 100; > > ALTER FUNCTION foo() SET search_path=public, pg_temp; > > > > ALTER FUNCTION foo() > > OWNER TO postgres; > > GRANT EXECUTE ON FUNCTION foo() TO postgres; > > GRANT

Re: [pgadmin-hackers] pgAdmin changing pg_hba.conf does not work - Mac and Windows (Fix)

2013-03-03 Thread Dhiraj Chawla
Thanks Dave.. On Fri, Mar 1, 2013 at 10:59 PM, Dave Page wrote: > Hi > > On Fri, Mar 1, 2013 at 11:46 AM, Dhiraj Chawla > wrote: >> Hi Dave, >> >> Attached is the patch that fixes the issue where if a user connects to >> a server, and then tries to add an ent

[pgadmin-hackers] pgAdmin changing pg_hba.conf does not work - Mac and Windows (Fix)

2013-03-01 Thread Dhiraj Chawla
is getting saved properly. Let me know your feedback on the same. Thanks, -- regards, Dhiraj Chawla Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 pgadmin_changing_hba_conf_issue.patch Description: Binary data -- Sent via pgadmin-hacke

Re: [pgadmin-hackers] [Patch] Crash in pgAdmin when Refresh object on click is enabled

2012-11-08 Thread Dhiraj Chawla
Thanks Dave. On Thu, Nov 8, 2012 at 9:08 PM, Dave Page wrote: > Thanks, patch applied. > > On Thu, Nov 8, 2012 at 1:12 PM, Dhiraj Chawla > wrote: > > Hi Dave, > > > > This patch fixes a crash in pgAdmin||| which happens when user enables > > Refresh object o

Re: [pgadmin-hackers] Reduce delay in keypress (input) in Query Tool

2012-11-08 Thread Dhiraj Chawla
Thanks Dave. On Thu, Nov 8, 2012 at 8:51 PM, Dave Page wrote: > Thanks, patch applied. > > On Mon, Nov 5, 2012 at 2:38 PM, Dhiraj Chawla > wrote: > > Hi Dave, > > > > It has been noticed that on certain systems, that typing into the Query > Tool > > is ex

[pgadmin-hackers] [Patch] Crash in pgAdmin when Refresh object on click is enabled

2012-11-08 Thread Dhiraj Chawla
e are already opened or not. If no dialogs are open we go ahead with the refresh or else we bail out. Kindly review the patch and let me know if my approach is correct or not. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone

[pgadmin-hackers] Reduce delay in keypress (input) in Query Tool

2012-11-05 Thread Dhiraj Chawla
t get updated on press of each key. Let me know views/thoughts on the same. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 pgadmin_reduce_keypress_delay_in_query_tool.patch Description: Binary data --

[pgadmin-hackers] Error while trying to any FTS Object with name containing spaces

2012-10-20 Thread Dhiraj Chawla
. The problem is the object are not quoted in the sql query because of which we get this error. Attached is the patch that fixes this issue. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Ph

[pgadmin-hackers] pgAdmin3 crash when creating new FTS Configuration

2012-10-20 Thread Dhiraj Chawla
Hi Dave, When we try to create a new FTS Configuration, by right clicking on the FTS Configurations node on the object browser the pgAdmin3 application crashes. Attached is the patch that fixes this issue. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The

[pgadmin-hackers] Columns in Properties and other tabs misized on linux based systems on initial load

2012-01-13 Thread Dhiraj Chawla
Hi, The Columns insides properties, statistics, etc. are mis-sized and the text in column header and the data a seen cut when pgAdmin is first loaded on linux based system. Attached is the patch that fixes this issue. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB

[pgadmin-hackers] Empty confirmation information message issue for drop synonym, jobs, schedule and steps

2012-01-11 Thread Dhiraj Chawla
the same. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 empty_confirmation_info_msg_for_drop_synonym_job.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers

[pgadmin-hackers] Adding a "New Folder" button to Add Favourites dialog in Query Tool

2011-12-16 Thread Dhiraj Chawla
r. Thanks, -- regards, *Dhiraj Chawla* Software Engineer EnterpriseDB Corporation The Enterprise PostgreSQL Company Phone: +91-20-30589522 newfolder_button_for_addfavourite_dialog_master.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make

[pgadmin-hackers] Parsing issue in Open pg_hba.conf dialog

2011-01-14 Thread Dhiraj Chawla
Hi, Today I came across an issue in the Open pg_hba.conf dialog. If your pg_hba.conf is something like this: # "local" is for Unix domain socket connections only local all all trust # IPv4 local connections: host"all, samerole" al

[pgadmin-hackers] Re: [pgadmin-support] pgAdmin Crashes When Opening a *.sql File From Windows Explorer

2011-01-10 Thread Dhiraj Chawla
to do with an Active Directory policy our virus > protection. Has anyone had issues with specific policy settings or Sophos? > ________ > From: Dhiraj Chawla [dhiraj.cha...@enterprisedb.com] > Sent: Monday, January 10, 2011 1:52 AM > To: Russell L. Galyon