pgAdmin 4 commit: Properly handle event trigger functions in different

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly handle event trigger functions in different
Date: 2017-02-24 10:40:15
Message-ID: E1chDIN-0001gS-0f@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly handle event trigger functions in different schemas. Fixes #2200

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e33fe4e95e57269e4f27a08d29a50282f20d219
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
.../templates/event_triggers/sql/9.3_plus/properties.sql | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 10:44:46 pgAdmin 4 commit: Fix renaming of check constraints when the table name
Previous Message Khushboo Vashi 2017-02-24 06:48:20 Re: [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing