pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix SQL generation for functions that return SETOF ..
Date: 2016-09-07 13:53:25
Message-ID: E1bhdI5-00062H-DC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-07 13:54:37 Re: PATCH: wrong sql in function node (pgAdmin4)
Previous Message Murtuza Zabuawala 2016-09-07 13:27:21 PATCH: wrong sql in function node (pgAdmin4)