From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Deal with Function arguments correctly in the propert |
Date: | 2016-11-25 10:55:14 |
Message-ID: | E1cAE9y-0007s9-Br@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)patel(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-11-25 10:55:21 | Re: [Patch]: RM#1979 - Editing Function Issues |
Previous Message | Dave Page | 2016-11-25 10:48:51 | Re: [pgAdmin4][Patch]: Fixes #1940 - Handle non-ascii characters in file/folder names |