pgAdmin 4 commit: Avoid an exception on GreenPlum when retrievingRE-SQ - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Avoid an exception on GreenPlum when retrievingRE-SQ
Date
Msg-id E1fSPBU-0005wI-4Q@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Avoid an exception on GreenPlum when retrieving RE-SQL on a table. Fixes #3409

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=226c872a848c2fe16a1d7d57a1b4141f92493e22
Author: Victoria Henry <vhenry@pivotal.io>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst                   |  3 ++-
.../templates/trigger/sql/9.1_plus/properties.sql  | 23 +++++++++++++++++++++
.../templates/trigger/sql/default/properties.sql   | 24 +---------------------
.../servers/databases/schemas/tables/utils.py      |  2 ++
4 files changed, 28 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin][patch] Electron version 4.X
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin][patch] RM3409 - Retrieving SQL from table throws exception