Re: PATCH: wrong sql in function node (pgAdmin4) - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PATCH: wrong sql in function node (pgAdmin4)
Date
Msg-id CA+OCxoz6J9jj03E9JCTpAGkCC+wHcX0-SB0+Pgkjp0YnZSnQeQ@mail.gmail.com
Whole thread Raw
In response to PATCH: wrong sql in function node (pgAdmin4)  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..
Next
From: Dave Page
Date:
Subject: Re: PATCH: Adding more confirmations in query tool (pgAdmin4)