Thread: pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrappedfunct

pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrappedfunct

From
Dave Page
Date:
Fix CREATE Script functionality for EDB-Wrapped functions. Fixes #3676

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=696fbfb8b955cb55a6ef6ce4f7f53b82e0a619e9
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_5.rst                                      | 1 +
.../schemas/functions/templates/function/gpdb/sql/default/create.sql  | 4 +---
.../schemas/functions/templates/function/pg/sql/11_plus/create.sql    | 4 +---
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql   | 4 +---
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql   | 4 +---
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql   | 4 +---
.../schemas/functions/templates/function/pg/sql/default/create.sql    | 4 +---
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql | 4 +---
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql | 4 +---
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 4 +---
.../schemas/functions/templates/function/ppas/sql/default/create.sql  | 4 +---
.../functions/templates/trigger_function/pg/sql/11_plus/create.sql    | 4 +---
.../functions/templates/trigger_function/pg/sql/9.2_plus/create.sql   | 4 +---
.../functions/templates/trigger_function/pg/sql/9.5_plus/create.sql   | 4 +---
.../functions/templates/trigger_function/pg/sql/default/create.sql    | 4 +---
.../functions/templates/trigger_function/ppas/sql/9.2_plus/create.sql | 4 +---
.../functions/templates/trigger_function/ppas/sql/9.5_plus/create.sql | 4 +---
.../functions/templates/trigger_function/ppas/sql/default/create.sql  | 4 +---
18 files changed, 18 insertions(+), 51 deletions(-)