pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrapped funct

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix CREATE Script functionality for EDB-Wrapped funct
Date: 2018-10-29 11:54:15
Message-ID: E1gH67b-0005L9-31@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-10-29 11:54:52 Re: [pgAdmin4][Patch]: RM #3676 Issue with the pgAdmin create script for the function wrapped with edbwrap
Previous Message Dave Page 2018-10-29 11:01:59 pgAdmin 4 commit: Fix the Docker build.