pgAdmin 4 commit: Fixed display SQL of table with index for GreenPlum d

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed display SQL of table with index for GreenPlum d
Date: 2018-04-25 07:07:07
Message-ID: E1fBEWB-0000qY-1d@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed display SQL of table with index for GreenPlum database. Fixes #3306

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2ace6a60f3d16a0202b8ef8fdeb5218846e2bc0e
Author: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 4 +-
.../databases/schemas/tables/tests/test_utils.py | 72 ++++++++++++++++++++++
.../servers/databases/schemas/tables/utils.py | 33 +++++-----
web/pgadmin/utils/compile_template_name.py | 1 -
.../utils/tests/test_compile_template_name.py | 6 +-
5 files changed, 92 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-04-25 07:08:32 Re: [pgadmin4][patch] [GreenPlum] Display SQL of table with index #3306
Previous Message Akshay Joshi 2018-04-25 06:15:19 Re: [pgAdmin4][Patch] Feature #1447 SSH Tunnel