pgAdmin 4 commit: Display partitions in Greenplum. Fixes #3036

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Display partitions in Greenplum. Fixes #3036
Дата
Msg-id E1edw1L-00088w-4y@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Display partitions in Greenplum. Fixes #3036

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=678699c4081489a4e9c6032fc87ed27dda31df7b
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira@pivotal.io>

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py   |   1 +
.../databases/schemas/tables/indexes/__init__.py   |  13 +--
.../schemas/tables/partitions/__init__.py          |  31 +++---
.../schemas/tables/partitions/tests/__init__.py    |   0
.../partitions/tests/test_backend_supported.py     | 113 +++++++++++++++++++++
.../sql/9.1_plus/get_oid_with_transaction.sql      |   6 ++
.../exclusion_constraint/sql/9.1_plus/nodes.sql    |  10 ++
.../sql/default/get_oid_with_transaction.sql       |   4 +-
.../exclusion_constraint/sql/default/nodes.sql     |  11 +-
.../templates/foreign_key/sql/9.1_plus/get_oid.sql |   5 +
.../sql/9.1_plus/get_oid_with_transaction.sql      |   6 ++
.../templates/foreign_key/sql/9.1_plus/nodes.sql   |   7 ++
.../templates/foreign_key/sql/default/get_oid.sql  |   4 +-
.../sql/default/get_oid_with_transaction.sql       |   4 +-
.../templates/foreign_key/sql/default/nodes.sql    |   2 +-
.../templates/partition/sql/10_plus/attach.sql     |   2 -
.../partition/sql/10_plus/backend_support.sql      |   9 --
.../templates/partition/sql/10_plus/create.sql     |  36 -------
.../templates/partition/sql/10_plus/detach.sql     |   1 -
.../partition/sql/10_plus/get_attach_tables.sql    |  23 -----
.../templates/partition/sql/10_plus/nodes.sql      |  15 ---
.../templates/partition/sql/10_plus/properties.sql |  82 ---------------
.../templates/partition/sql/gpdb/5_plus/attach.sql |   2 +
.../partition/sql/gpdb/5_plus/backend_support.sql  |   9 ++
.../templates/partition/sql/gpdb/5_plus/create.sql |  36 +++++++
.../templates/partition/sql/gpdb/5_plus/detach.sql |   1 +
.../sql/gpdb/5_plus/get_attach_tables.sql          |  23 +++++
.../templates/partition/sql/gpdb/5_plus/nodes.sql  |  39 +++++++
.../partition/sql/gpdb/5_plus/properties.sql       |  85 ++++++++++++++++
.../templates/partition/sql/pg/10_plus/attach.sql  |   2 +
.../partition/sql/pg/10_plus/backend_support.sql   |   9 ++
.../templates/partition/sql/pg/10_plus/create.sql  |  36 +++++++
.../templates/partition/sql/pg/10_plus/detach.sql  |   1 +
.../partition/sql/pg/10_plus/get_attach_tables.sql |  23 +++++
.../templates/partition/sql/pg/10_plus/nodes.sql   |  15 +++
.../partition/sql/pg/10_plus/properties.sql        |  82 +++++++++++++++
.../partition/sql/ppas/10_plus/attach.sql          |   2 +
.../partition/sql/ppas/10_plus/backend_support.sql |   9 ++
.../partition/sql/ppas/10_plus/create.sql          |  36 +++++++
.../partition/sql/ppas/10_plus/detach.sql          |   1 +
.../sql/ppas/10_plus/get_attach_tables.sql         |  23 +++++
.../templates/partition/sql/ppas/10_plus/nodes.sql |  15 +++
.../partition/sql/ppas/10_plus/properties.sql      |  82 +++++++++++++++
.../templates/table/sql/9.1_plus/get_inherits.sql  |  17 ++++
.../templates/table/sql/default/get_inherits.sql   |   1 +
.../templates/table/sql/gpdb_5.0_plus/nodes.sql    |  10 ++
.../servers/databases/schemas/tables/utils.py      |   5 +-
web/pgadmin/utils/versioned_template_loader.py     |   1 +
48 files changed, 738 insertions(+), 212 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Module-wise Keyboard preferences
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin4]{Patch] Display GreenPlum partitions and correct SQL onSQL Tab