pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrappedfunct - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrappedfunct
Date
Msg-id E1gH67b-0005L9-31@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix the Docker build.
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3676 Issue with the pgAdmin create scriptfor the function wrapped with edbwrap