Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-28 Thread inspector morse
Oh ok, thanks all for your work on the patch and getting it comitted. On Tue, Oct 28, 2014 at 11:32 AM, Dave Page wrote: > On Tue, Oct 28, 2014 at 3:24 PM, inspector morse > wrote: > > Hello, > > > > Does anyone know if this will be put in Debian Wheezy (stable)? How do we > > get it into Debi

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-28 Thread Dave Page
On Tue, Oct 28, 2014 at 3:24 PM, inspector morse wrote: > Hello, > > Does anyone know if this will be put in Debian Wheezy (stable)? How do we > get it into Debian Wheezy? > > I asked the Debian pgAdmin package maintainer and he told me to ask the > pgamdin mailing list instead. We've have nothin

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-28 Thread inspector morse
Hello, Does anyone know if this will be put in Debian Wheezy (stable)? How do we get it into Debian Wheezy? I asked the Debian pgAdmin package maintainer and he told me to ask the pgamdin mailing list instead. Thanks! On Tue, Oct 28, 2014 at 7:39 AM, Raymond O'Donnell wrote: > On 28/10/2014 1

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-28 Thread Raymond O'Donnell
On 28/10/2014 11:36, Ashesh Vashi wrote: > Committed with small modification. > Brilliant! Thanks everyone. Ray. -- Raymond O'Donnell :: Galway :: Ireland r...@iol.ie -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.p

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-28 Thread Ashesh Vashi
Committed with small modification. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Oct 28, 2014 at 2:59 PM, Sanket Mehta wrote: > Hi >

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-28 Thread Sanket Mehta
Hi I have reviewed this patch. This looks good to me. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Mon, Oct 27, 2014 at 4:16 PM, Dave Page wrote: > Ashesh, can you review/commit this please? > > On Sun, Oct 26, 2014 at 5:51 AM, J.F. Oster wrote: > > Hello! > > > > Please consid

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-27 Thread Dave Page
Ashesh, can you review/commit this please? On Sun, Oct 26, 2014 at 5:51 AM, J.F. Oster wrote: > Hello! > > Please consider this patch. It's a small formatting improvement for > pgFunction::GetSql() per discussion: > http://www.postgresql.org/message-id/CAHYn==4bqljo5y+aganc-hwrtkhpyduueq_nvbpbpyp

Re: [pgadmin-hackers] PATCH: Stored procedure large parameter list

2014-10-26 Thread inspector morse
Oh thank god! We have like 80+ stored procedures with very long parameter lists. Editing them is a nightmare cause it is listed out horizontally in pgadmin. We tried using text files instead but they often become out of sync due to developers not keeping them upto date. Do you know if this will be