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, Sanket Mehta >

[pgadmin-support] Disable password caching for two factor authentication

2015-07-16 Thread Michiel Hendriks
We've set up our postgres to use two factor authentication of normal users (password+otp via pam). But this makes pgAdmin pretty much unusable because it caches the password once connected and reuses the cached password for every additional connection to the same server. I am able to connect to th

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

2015-07-16 Thread Dave Page
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. > > Please do review it. Doesn't the following break the schema version check in pgAgent.cpp? ADD_DEFINITIONS(-DPGAGENT_V

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. > > > > Please do review it. > > Doesn't the f

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

2015-07-16 Thread Dave Page
On Thu, Jul 16, 2015 at 1:44 PM, Sanket Mehta wrote: > 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 a