pgAdmin 4 commit: Fix an error generating SQL for trigger functions. Fi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an error generating SQL for trigger functions. Fi
Date: 2018-04-12 13:10:39
Message-ID: E1f6bzr-0007Ol-VM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an error generating SQL for trigger functions. Fixes #3179

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d5fdd329717d0efe5a521b35bda41d7d04024115
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 3 ++-
.../templates/function/ppas/sql/default/get_definition.sql | 7 +++++--
.../templates/procedure/ppas/sql/default/get_definition.sql | 7 +++++--
.../templates/trigger_function/pg/sql/default/get_definition.sql | 7 +++++--
.../templates/trigger_function/ppas/sql/default/get_definition.sql | 7 +++++--
5 files changed, 22 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-04-12 13:11:19 Re: [pgAdmin4][RM#3179] Error message displayed if click on sql pane of Trigger function
Previous Message Khushboo Vashi 2018-04-12 10:52:49 Re: [pgAdmin4][RM#3179] Error message displayed if click on sql pane of Trigger function