[pgadmin-hackers] pgAdmin 4 commit: Fix the RE-SQL for for views to properly qualifytrig - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix the RE-SQL for for views to properly qualifytrig
Date
Msg-id E1dIaFz-0006KX-2O@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgadmin-hackers] [pgAdmin4][Patch][RM_ 2368]: Allow cell editing on single click inedit grid
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed RM 2381 - "CreateScript" for view assigns incorrect schema to trigger functions in "public" schema.