From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Correct display of RE-SQL for partitioned tables in G |
Date: | 2018-01-25 12:37:20 |
Message-ID: | E1eegmO-0003Y0-CG@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Correct display of RE-SQL for partitioned tables in Greenplum. Fixes #3050
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c985695b75606576dcc4b193049ab98cb0f2b42
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
Modified Files
--------------
.../templates/partition/sql/gpdb/5_plus/create.sql | 36 ----------------------
.../partition/sql/gpdb/5_plus/properties.sql | 2 +-
.../templates/table/sql/gpdb_5.0_plus/create.sql | 7 +++--
.../table/sql/gpdb_5.0_plus/properties.sql | 5 ++-
.../templates/catalog/gpdb_5.0_plus/sql/acl.sql | 2 +-
.../templates/schema/gpdb_5.0_plus/sql/acl.sql | 2 +-
6 files changed, 11 insertions(+), 43 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-01-25 12:39:36 | Re: [pgadmin4][patch] Correct Bug #3050 |
Previous Message | Dave Page | 2018-01-25 12:27:57 | Re: [pgAdmin4][Patch#2896] Add support for Tab/Shift Tab navigation in Query tool |