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

From Murtuza Zabuawala
Subject PATCH: wrong sql in function node (pgAdmin4)
Date
Msg-id CAKKotZQY7Xn79q0=3QZw5bAhn1uu0zE59Hi9wi+WDxj8xqVJRg@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: wrong sql in function node (pgAdmin4)  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
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

Attachment

pgadmin-hackers by date:

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