pgAdmin 4 commit: Avoid an exception on GreenPlum when retrieving RE-SQ

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Avoid an exception on GreenPlum when retrieving RE-SQ
Date: 2018-06-11 15:56:44
Message-ID: E1fSPBU-0005wI-4Q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pivotal(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-11 15:56:53 Re: [pgAdmin][patch] RM3409 - Retrieving SQL from table throws exception
Previous Message Dave Page 2018-06-11 15:35:36 Re: [pgadmin][patch] Electron version 4.X