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
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
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 -
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
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
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
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