[pgadmin4][patch] External Tables for GreenPlum #3168

From: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgadmin4][patch] External Tables for GreenPlum #3168
Date: 2018-03-02 16:37:10
Message-ID: CAE+jja=GPwSk7FC-8sVj3k7LO==5yrRW1Ko1ozaZMHb2bL6Mdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello Hackers,

Attached you can find the patch that remove the External Tables from the
Tables node and create a new node at the database level for GreenPlum.
- Do not display External Tables in the Tables node
- Create a new node under databases for External Tables
- Generate DDL for external tables
- Generate properties for external tables

All these changes can only be seen when accessing a GreenPlum database.

Thanks
Joao

Attachment Content-Type Size
external-tables.patch text/x-patch 95.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-02 16:49:29 pgAdmin 4 commit: Support for external tables in GPDB. Fixes #3168
Previous Message Dave Page 2018-03-02 15:05:45 Re: [pgAdmin4][RM#3153] Fix the issue in Debugger module