pgAdmin 4 commit: Fix SQL generation for functions that return SETOF .. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..
Date
Msg-id E1bhdI5-00062H-DC@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix SQL generation for functions that return SETOF ... Fixes #1631

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35d3c396de26c2fd5586a7d3af0d699a02a9b062
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.1_plus/create.sql    | 3 ++-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql    | 3 ++-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql    | 3 ++-
.../schemas/functions/templates/function/ppas/sql/9.1_plus/create.sql  | 3 ++-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql  | 3 ++-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql  | 3 ++-
6 files changed, 12 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: PATCH: wrong sql in function node (pgAdmin4)
Next
From: Dave Page
Date:
Subject: Re: PATCH: wrong sql in function node (pgAdmin4)