Re: [pgadmin-hackers] [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3

2014-10-27 Thread Sanket Mehta
Hi Dave, I have reviewed the older patch, it looked good to me except one issue that I have fixed. I have attached the revised patch with this mail. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Mon, Oct 27, 2014 at 3:16 PM, Akshay Joshi wrote: > Adding Sanket > &g

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-03 Thread Sanket Mehta
Sure Ashesh, I will check and get back. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Nov 4, 2014 at 1:03 PM, Ashesh Vashi wrote: > Sanket, > > Can you take a look at it? > > -- > Thanks, > > Ashesh Vashi > > On 4 Nov 2014 12:54, "liuy

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-11 Thread Sanket Mehta
*sql tab* of new table wizard. I have resolved that issue and created the patch for the same. Patch is attached with this mail. Please review it and if it looks good, please commit the code. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Nov 4, 2014 at 1:16 PM, Sanket Mehta

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-18 Thread Sanket Mehta
then privileges and security labels in column dialog are not being persistent for new changes. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Nov 18, 2014 at 5:54 PM, Sanket Mehta wrote: > Hi Akshay, > > PFA the patch. > Please review it and let me know if anythin

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-18 Thread Sanket Mehta
Hi Akshay, PFA the patch. Please review it and let me know if anything is missing. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Nov 11, 2014 at 7:21 PM, Ashesh Vashi wrote: > Hi Sanket, > > Apart from variable persistence issue taken care in your patch, I've a

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-24 Thread Sanket Mehta
Column.cpp > - Remove comment //code removed for testing from constructor if > testing is done. > > Above issues are resolved. PFA the revised patch. > On Tue, Nov 18, 2014 at 6:10 PM, Sanket Mehta < > sanket.me...@enterprisedb.com> wrote: > >> Hi, &g

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-26 Thread Sanket Mehta
Hi Akshay, On Tue, Nov 25, 2014 at 2:57 PM, Akshay Joshi wrote: > Hi Sanket > > On Mon, Nov 24, 2014 at 5:18 PM, Sanket Mehta < > sanket.me...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> >> On Wed, Nov 19, 2014 at 4:39 PM, Akshay Joshi < &g

[pgadmin-support] Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI

2014-11-28 Thread Sanket Mehta
it works >> fine. >> >> On Wed, Nov 26, 2014 at 3:27 PM, Sanket Mehta < >> sanket.me...@enterprisedb.com> wrote: >> >>> Hi Akshay, >>> >>> >>> On Tue, Nov 25, 2014 at 2:57 PM, Akshay Joshi < >>> akshay

Re: [pgadmin-support] Request: pgagent --version

2015-07-10 Thread Sanket Mehta
Sure Dave, I will look into it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, Jul 10, 2015 at 7:39 PM, Dave Page wrote: > Sanket - can you look at this please? It looks like we added this > functionality to the PEM agent, but it really should be in pgAgent > too

Re: [pgadmin-support] Please add timestamps to pgagent log

2015-07-10 Thread Sanket Mehta
Sure Dave, I will look into it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, Jul 10, 2015 at 7:40 PM, Dave Page wrote: > Sanket - can you look at this please? As with Josh's request for > --version, it looks like we added this functionality to the PEM agent, &g

Re: [pgadmin-support] Please add timestamps to pgagent log

2015-07-13 Thread Sanket Mehta
case anything is missing. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, Jul 10, 2015 at 8:01 PM, Sanket Mehta wrote: > Sure Dave, > > I will look into it. > > Regards, > Sanket Mehta > Sr Software engineer > Enterprisedb > > On Fri, Jul 10, 201

Re: [pgadmin-support] pgagent hangs forever in "r" state

2015-07-13 Thread Sanket Mehta
Sure Dave, I will try and let you know. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Mon, Jul 13, 2015 at 7:44 PM, Dave Page wrote: > Sanket, can you reproduce this? > > On Fri, Jul 10, 2015 at 5:41 PM, Josh Berkus wrote: > > On 07/10/2015 07:16 AM, Dave Page

Re: [pgadmin-support] Please add timestamps to pgagent log

2015-07-16 Thread Sanket Mehta
Hi Dave, I have created a new patch with changes you have suggested. Please find it attached with this mail. Please do review it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Mon, Jul 13, 2015 at 7:06 PM, Dave Page wrote: > HI > > On Mon, Jul 13, 2015 at 1:59 PM, San

Re: [pgadmin-support] Please add timestamps to pgagent log

2015-07-16 Thread Sanket Mehta
Hi Dave, On Thu, Jul 16, 2015 at 5:56 PM, Dave Page wrote: > Hi > > On Thu, Jul 16, 2015 at 8:19 AM, Sanket Mehta > wrote: > > Hi Dave, > > > > I have created a new patch with changes you have suggested. > > Please find it attached with this mail. > >

Re: [pgadmin-support] pgagent hangs forever in "r" state

2015-07-20 Thread Sanket Mehta
g* tables also. Suggestion to resolve the issue: get the max value of ID from table before insert query and run the sequence till we get the max(ID)+1 and then we execute the insert statement with this new value as ID. Please provide your suggestion for the same. Regards, Sanket Mehta Sr

Re: [pgadmin-support] pgagent hangs forever in "r" state

2015-07-21 Thread Sanket Mehta
Hi Dave, As per our discussion, I have tried to reproduce the issue, but it seems jobs are running fine without any problem. Hence the issue is not reproducible on my system. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Jul 21, 2015 at 9:52 AM, Josh Berkus wrote: > On 07

Re: [pgadmin-support] pgAdmin III Version 1.20.0 error on ubuntu x64

2015-08-28 Thread Sanket Mehta
Hi Franklin, Can you please provide me the steps you have performed from the beginning to restore the database?? Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Aug 27, 2015 at 10:51 AM, Franklin Byaruhanga wrote: > Hi pgadmin-support > > I get the following pgAdmin

Re: [pgadmin-support] Log verbosity setting (client)

2015-08-28 Thread Sanket Mehta
Hi Dave, You can change the logging settings for pgadmin using below mentioned menu: File -> options -> Logging There is a option to set No logging to prevent log messages of pgadmin. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Wed, Aug 26, 2015 at 12:51 AM, Dave Barter

Re: [pgadmin-support] Log verbosity setting (client)

2015-08-28 Thread Sanket Mehta
Hi Dave, After setting the log_error_verbosity in postgres.conf have you reload the configuration of that server? Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, Aug 28, 2015 at 5:30 PM, Dave Barter wrote: > > On 28 Aug 2015, at 12:58, Sanket Mehta > wrote: &g

Re: [pgadmin-support] Possible Bug: pgAdmin3 , OSX multi monitor quirk.

2015-09-04 Thread Sanket Mehta
Sure Dave. I will look into it and revert back Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, Sep 4, 2015 at 1:15 PM, Dave Page wrote: > On Thu, Sep 3, 2015 at 4:48 PM, greenpm wrote: > > It appears that this is a bug in the way the pgAdmin stores the window > (o

Re: [pgadmin-support] Possible Bug: pgAdmin3 , OSX multi monitor quirk.

2015-09-08 Thread Sanket Mehta
Hi Dave, I have created and attached the patch which will set 0 in case of any negative coordinate for any window. Please do review it and let me know if anything is missing. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, Sep 4, 2015 at 1:20 PM, Sanket Mehta wrote: > S

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-01-27 Thread Sanket Mehta
Hi Dave, I will look into the issue. Note: It may take some time as I have 10.9.5 installed on my machine so I need to update the OS and then I have to set up dev environment on it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Jan 28, 2016 at 12:18 PM, Dave Page wrote

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Sanket Mehta
07946 pgadmin3`main + 38 frame #21: 0x7fff9128a5ad libdyld.dylib`start + 1 According to this stack trace, it seems that, this is wxWidgets issue but I am not entirely sure as I have used different version of it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Jan 28

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Sanket Mehta
tried to open font dialog. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Wed, Feb 3, 2016 at 5:37 PM, Dave Page wrote: > Hi, > > Yeah, compiling wx2.8 needs to be done on an older machine. I have a > 10.7 VM for that, then run it on a newer one. > > Can you reproduc

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Sanket Mehta
wxWidgets_3.0.2 and we are using wxWidgets_2.8.12, how do you think we should proceed with this? Regards, Sanket Mehta Sr Software engineer Enterprisedb On Wed, Feb 3, 2016 at 7:23 PM, Dave Page wrote: > Hi > > So it sounds like a wxWidgets bug, if their sample app crashes too. > Please

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-04 Thread Sanket Mehta
Hi Sandeep, As we have talked, please find the patch for wxWidgets_2.8.12 attached with this mail. Please do the needful. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Feb 4, 2016 at 1:55 PM, Dave Page wrote: > Can it be back-patched relatively painlessly? > >

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-04 Thread Sanket Mehta
Hi Dave, PFA the revised patch. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Feb 4, 2016 at 4:27 PM, Dave Page wrote: > Can you fix the patch so it'll apply from the top-level source > directory of the wxWidgets tarball please? It doesn't even declare

Re: [pgadmin-support] DEFAULT PRIVILEGES incorrect

2016-02-10 Thread Sanket Mehta
Hi Dave, Sure I will look into it and get back. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Wed, Feb 10, 2016 at 3:03 PM, Dave Page wrote: > Sanket - can you take a look at this when you get a minute please? > > Thanks. > > On Wed, Feb 10, 2016 at 4:23 AM, Erw

Re: [pgadmin-support] DEFAULT PRIVILEGES incorrect

2016-02-16 Thread Sanket Mehta
is omitted, the current role is assumed. So target_name should be owner of this schema which is "foo". Please let me know if I am right in my understanding or something is missing. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Wed, Feb 10, 2016 at 3:53 PM, Sanket Meht

Re: [pgadmin-support] DEFAULT PRIVILEGES incorrect

2016-02-16 Thread Sanket Mehta
On Tue, Feb 16, 2016 at 4:34 PM, Dave Page wrote: > > > On Tue, Feb 16, 2016 at 10:53 AM, Sanket Mehta < > sanket.me...@enterprisedb.com> wrote: > >> Hi Dave, >> >> Below is my understanding of this issue: >> >> In ALTER DEFAULT PRIVLEGES state

Re: [pgadmin-support] DEFAULT PRIVILEGES incorrect

2016-02-16 Thread Sanket Mehta
r foo2. I think resolving this issue is itself a big project which would take a lot of time. Let me know your thoughts on the same. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Feb 16, 2016 at 4:55 PM, Erwin Brandstetter wrote: > Hi Sanket! > > The point is that &