Обсуждение: PATCH: wrong sql in function node (pgAdmin4)

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

PATCH: wrong sql in function node (pgAdmin4)

От
Murtuza Zabuawala
Дата:
Hi,

PFA patch to fix an issue where function node displaying wrong SQL for a function returning a SETOF record, the display is wrong:

it displays:
RETURNS SETOF "SETOF record" 

instead of 
RETURNS SETOF record

RM#1631

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

Вложения

Re: PATCH: wrong sql in function node (pgAdmin4)

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

On Wed, Sep 7, 2016 at 2:27 PM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fix an issue where function node displaying wrong SQL for a
> function returning a SETOF record, the display is wrong:
>
> it displays:
> RETURNS SETOF "SETOF record"
>
> instead of
> RETURNS SETOF record
>
> RM#1631
>
> --
> 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