pgAdmin 4 commit: Fixed an issue where an illegal argument is showing f

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where an illegal argument is showing f
Date: 2020-12-03 05:16:44
Message-ID: E1kkgyy-0004zF-Jl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where an illegal argument is showing for trigger SQL when a trigger is created for View. Fixes #6003

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26b3bc3f748ec3bd9395a4acbf325c5cf6b60d19
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_29.rst | 1 +
.../server_groups/servers/databases/schemas/views/__init__.py | 9 ++++++---
2 files changed, 7 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-12-03 05:17:17 Re: [pgAdmin][Patch] Bug #6003 - exibição errada de tabela em trigger de view (Wrong table display in view trigger)
Previous Message Nikhil Mohite 2020-12-02 12:20:45 [pgAdmin][RM-5982]: Minor Documentation Issue: Example JSON not valid in current docs.