pgAdmin 4 commit: Deal with Function arguments correctly in the propert - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Deal with Function arguments correctly in the propert
Date
Msg-id E1cAE9y-0007s9-Br@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Deal with Function arguments correctly in the properties dialogue. Fixes #1979

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54e6336a58884007609d96cebe7ea20be817ded9
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
.../functions/templates/function/js/functions.js        | 17 ++++++++++++++---
.../templates/function/pg/sql/9.1_plus/update.sql       |  4 ++--
.../templates/function/pg/sql/9.2_plus/update.sql       |  4 ++--
.../templates/function/pg/sql/9.5_plus/update.sql       |  4 ++--
.../templates/function/ppas/sql/9.1_plus/update.sql     |  4 ++--
.../templates/function/ppas/sql/9.2_plus/update.sql     |  4 ++--
.../templates/function/ppas/sql/9.5_plus/update.sql     |  4 ++--
.../templates/procedure/ppas/sql/9.1_plus/update.sql    |  2 +-
.../templates/procedure/ppas/sql/9.2_plus/update.sql    |  2 +-
.../templates/procedure/ppas/sql/9.5_plus/update.sql    |  2 +-
10 files changed, 29 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fixes #1940 - Handle non-ascii characters in file/folder names
Next
From: Dave Page
Date:
Subject: Re: [Patch]: RM#1979 - Editing Function Issues