On Tue, Sep 17, 2019 at 1:06 PM Peter Eisentraut <
peter.eisentr...@2ndquadrant.com> wrote:
> I don't find this patch in any commit fest. Seems like a good addition.
>
Thanks for the consideration. Will add an entry for it in the commit fest.
--
With Regards,
Ashutosh Sharma
EnterpriseDB:*http
I don't find this patch in any commit fest. Seems like a good addition.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Hi,
Thanks for the review. Please find my comments in-line.
On Fri, Jul 19, 2019 at 8:33 AM Kyotaro Horiguchi
wrote:
>
> Hello.
>
>
> +ECPG: CallStmtCALLfunc_application
>
> Even though it is the default behavior, but as a written rule
> this needs the postfix "block".
>
Done.
> +$$ = ca
Hello.
At Thu, 18 Jul 2019 16:38:54 +0530, Ashutosh Sharma
wrote in
> Hi All,
>
> In the current code for ecpg, we can't use CALL statement to call
> stored procedures. The attached patch adds the support for it.
>
> With the attached patch, we can now have the following SQL statement
> in ec