pgAdmin 4 commit: Display functions in Greenplum. Fixes #3044

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Display functions in Greenplum. Fixes #3044
Date: 2018-01-23 11:10:50
Message-ID: E1edwTa-00018b-3j@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Display functions in Greenplum. Fixes #3044

Branch
------
master

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

Modified Files
--------------
.../databases/schemas/functions/__init__.py | 6 +-
.../templates/function/gpdb/sql/default/acl.sql | 38 +++++++
.../function/gpdb/sql/default/coll_stats.sql | 20 ++++
.../templates/function/gpdb/sql/default/create.sql | 63 ++++++++++++
.../templates/function/gpdb/sql/default/delete.sql | 21 ++++
.../function/gpdb/sql/default/get_definition.sql | 15 +++
.../function/gpdb/sql/default/get_languages.sql | 4 +
.../function/gpdb/sql/default/get_oid.sql | 17 ++++
.../function/gpdb/sql/default/get_out_types.sql | 6 ++
.../function/gpdb/sql/default/get_schema.sql | 6 ++
.../function/gpdb/sql/default/get_types.sql | 20 ++++
.../templates/function/gpdb/sql/default/node.sql | 22 ++++
.../function/gpdb/sql/default/properties.sql | 27 +++++
.../templates/function/gpdb/sql/default/stats.sql | 8 ++
.../templates/function/gpdb/sql/default/update.sql | 105 +++++++++++++++++++
.../function/gpdb/sql/default/variables.sql | 6 ++
.../datatype/sql/gpdb_5.0_plus/get_types.sql | 5 +-
.../servers/databases/schemas/tests/test_utils.py | 113 +++++++++++++++++++++
.../servers/databases/schemas/utils.py | 8 +-
19 files changed, 503 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-23 11:11:00 Re: [pgadmin4][Patch]: Display Functions node for GreenPlum database
Previous Message Dave Page 2018-01-23 10:44:22 Re: [pgadmin4]{Patch] Display GreenPlum partitions and correct SQL on SQL Tab