Обсуждение: PATCH: Unable to create procedure (pgAdmin4)

Поиск
Список
Период
Сортировка

PATCH: Unable to create procedure (pgAdmin4)

От
Murtuza Zabuawala
Дата:
Hi,

PFA patch to fixed the issue in procedure node where user were not able to create new procedure when they provide arguments.
(RM#1449)

To fix the issue we used qtTypeIdent in sql template for datatype, earlier it was qtIdent which was causing issue.


--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Вложения

Re: PATCH: Unable to create procedure (pgAdmin4)

От
Dave Page
Дата:
Thanks, applied.

On Tue, Jul 12, 2016 at 9:04 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fixed the issue in procedure node where user were not able to
> create new procedure when they provide arguments.
> (RM#1449)
>
> To fix the issue we used qtTypeIdent in sql template for datatype, earlier
> it was qtIdent which was causing issue.
>
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company