PATCH: wrong sql in function node (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: wrong sql in function node (pgAdmin4)
Date: 2016-09-07 13:27:21
Message-ID: CAKKotZQY7Xn79q0=3QZw5bAhn1uu0zE59Hi9wi+WDxj8xqVJRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
RM_1631.patch application/octet-stream 6.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-07 13:53:25 pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..
Previous Message Murtuza Zabuawala 2016-09-07 13:04:47 Re: PATCH: Adding more confirmations in query tool (pgAdmin4)