Re: [pgadmin-hackers] pgAgent: C++ Port - Patch Review

2013-10-23 Thread Neel Patel
Hi, Below are the review comments. Compile and tested in Linux. 1) During compilation we got the following error in "connection.h" error: pgsql/libpq-fe.h: No such file or directory To solve the above error we changed "#include " instead of "#include " and it is working fine. Correct me if it i

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

2013-10-23 Thread Neel Patel
Hi, Once we complete the testing and code review, we will commit the code and it will be available in next pgAdmin release but don't know about the next release of pgAdmin. Thanks, Neel Patel On Tue, Oct 22, 2013 at 11:42 PM, Sven Meirsman wrote: > Neel, > > I do not have experience with these

Re: [pgadmin-hackers] PATCH: Improvement in the debugger support for EnterpriseDB <= 9.2

2013-10-23 Thread Ashesh Vashi
On Wed, Oct 23, 2013 at 8:53 PM, Dave Page wrote: > Hi > > On Wed, Oct 23, 2013 at 8:09 AM, Ashesh Vashi > wrote: > > Hi All, > > > > While testing the debugger at EnterpriseDB with PPAS/PostgreSQL, we found > > some issues as below: > > 1. Function/Procedure execution completed with an error -

Re: [pgadmin-hackers] PATCH: Improvement in the debugger support for EnterpriseDB <= 9.2

2013-10-23 Thread Dave Page
Hi On Wed, Oct 23, 2013 at 8:09 AM, Ashesh Vashi wrote: > Hi All, > > While testing the debugger at EnterpriseDB with PPAS/PostgreSQL, we found > some issues as below: > 1. Function/Procedure execution completed with an error - "no target for > SPL-style OUT parameter" with (PPAS <= 9.3). > Resol

Re: [pgadmin-hackers] Using Index to do sorting while using windowing function

2013-10-23 Thread Sameer Kumar
Hi, By mistake posted this in a wrong user group. Best Regards, *Sameer Kumar* On Wed, Oct 23, 2013 at 10:40 PM, Sameer Kumar wrote: > Hi, > > I was dealing with windowing function recently. I feel they are pretty > useful and quite handy in lot of operations. > > I am not sure why but my Post

[pgadmin-hackers] Using Index to do sorting while using windowing function

2013-10-23 Thread Sameer Kumar
Hi, I was dealing with windowing function recently. I feel they are pretty useful and quite handy in lot of operations. I am not sure why but my PostgreSQL does not seem to be using indexes for ORDER BY clause or PARTITION BY CLAUSE which I use with windowing function. I have tried ORDER BY and G

[pgadmin-hackers] PATCH: Improvement in the debugger support for EnterpriseDB <= 9.2

2013-10-23 Thread Ashesh Vashi
Hi All, While testing the debugger at EnterpriseDB with PPAS/PostgreSQL, we found some issues as below: 1. Function/Procedure execution completed with an error - "no target for SPL-style OUT parameter" with (PPAS <= 9.3). *Resolution*: Call the functions/procedure with the value explicitly (instea