pgAdmin 4 commit: Deal with Function arguments correctly in the propert

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Deal with Function arguments correctly in the propert
Дата
Msg-id E1cAE9y-0007s9-Br@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixes #1940 - Handle non-ascii characters in file/folder names
Следующее
От: Dave Page
Дата:
Сообщение: Re: [Patch]: RM#1979 - Editing Function Issues