| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fixed issue where some parameter like 'Volatility, Le |
| Date: | 2016-10-20 13:38:00 |
| Message-ID: | E1bxDXk-00033l-Ue@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fixed issue where some parameter like 'Volatility, LeakProof , Variables etc..' not visible in SQL definition for functions and trigger functions.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76fb8315540fbdf27d899898e25589f6130cf0c6
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 +--
.../functions/templates/trigger_function/pg/sql/9.1_plus/create.sql | 3 +--
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql | 3 +--
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql | 3 +--
.../functions/templates/trigger_function/ppas/sql/9.1_plus/create.sql | 3 +--
.../functions/templates/trigger_function/ppas/sql/9.2_plus/create.sql | 3 +--
.../functions/templates/trigger_function/ppas/sql/9.5_plus/create.sql | 3 +--
11 files changed, 11 insertions(+), 22 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Surinder Kumar | 2016-10-20 15:40:50 | [pgAdmin4][Patch]: RM1822 - 'ascii' codec can't decode byte |
| Previous Message | Dave Page | 2016-10-20 13:14:36 | Re: pgAdmin 4 commit: Fixes #1843 Function definition does not match value |