pgAdmin 4 commit: Fix the RE-SQL for for views to properly qualify trig

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the RE-SQL for for views to properly qualify trig
Date: 2017-06-07 12:40:15
Message-ID: E1dIaFz-0006KX-2O@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the RE-SQL for for views to properly qualify trigger function names. Fixes #2381

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b134ae2cb4d0a57833eb93e5fecece669214b16d
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/views/__init__.py | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-07 12:40:31 Re: [pgAdmin4][Patch]: Fixed RM 2381 - "Create Script" for view assigns incorrect schema to trigger functions in "public" schema.
Previous Message Surinder Kumar 2017-06-07 12:34:26 [pgAdmin4][Patch][RM_ 2368]: Allow cell editing on single click in edit grid