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

2014-02-10 Thread Dave Page
Ashesh; can you review this please? Thanks. On Fri, Feb 7, 2014 at 9:17 AM, Dinesh Kumar wrote: > Hi Dave/Team, > > I would like to take the owner ship of this patch from now onwards. > > Sorry for my previous test case result, which is an improper one from my > side. I believe, i need to confi

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-02-10 Thread Ashesh Vashi
On Sat, Feb 8, 2014 at 10:49 PM, Guillaume Lelarge wrote: > Hi, > > Just a quick question. If you try to use the debugger, it executes a > "SET log_min_messages TO fatal", which denies any regular user to debug > his own functions. And actually, I don't see any reason why it should > set log_min_m

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-02-10 Thread Ashesh Vashi
On Mon, Feb 10, 2014 at 9:54 PM, Guillaume Lelarge wrote: > On Mon, 2014-02-10 at 21:46 +0530, Ashesh Vashi wrote: > > On Sat, Feb 8, 2014 at 10:49 PM, Guillaume Lelarge > > wrote: > > > > > Hi, > > > > > > Just a quick question. If you try to use the debugger, it executes a > > > "SET log_min_mes

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-02-10 Thread Guillaume Lelarge
On Mon, 2014-02-10 at 21:46 +0530, Ashesh Vashi wrote: > On Sat, Feb 8, 2014 at 10:49 PM, Guillaume Lelarge > wrote: > > > Hi, > > > > Just a quick question. If you try to use the debugger, it executes a > > "SET log_min_messages TO fatal", which denies any regular user to debug > > his own functi

Re: [pgadmin-hackers] debugger.c tries to set log_min_messages, why?

2014-02-10 Thread Guillaume Lelarge
On Mon, 2014-02-10 at 21:59 +0530, Ashesh Vashi wrote: > On Mon, Feb 10, 2014 at 9:54 PM, Guillaume Lelarge > wrote: > > > On Mon, 2014-02-10 at 21:46 +0530, Ashesh Vashi wrote: > > > On Sat, Feb 8, 2014 at 10:49 PM, Guillaume Lelarge > > > wrote: > > > > > > > Hi, > > > > > > > > Just a quick que

[pgadmin-hackers] PATCH: Fix bug in inherited column definition

2014-02-10 Thread J.F. Oster
Hello! Please see attached screenshot and a patch to fix that. There are 6 system columns (tableoid,cmax,xmax,cmin,xmin,ctid) which are counted before inherited columns go. Steps to reproduce: 1. Connect to database 2. Create table parenttable (f1 integer, f2 integer,... and so on) 3. Create t

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

2014-02-10 Thread Ashesh Vashi
Sure On Mon, Feb 10, 2014 at 8:00 PM, Dave Page wrote: > Ashesh; can you review this please? > > Thanks. > > > On Fri, Feb 7, 2014 at 9:17 AM, Dinesh Kumar < > dinesh.ku...@enterprisedb.com> wrote: > >> Hi Dave/Team, >> >> I would like to take the owner ship of this patch from now onwards. >> >