Обсуждение: pgAdmin 4 commit: Handle partitioned tables created "OF TYPE". Fixes#2

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Handle partitioned tables created "OF TYPE". Fixes#2

От
Dave Page
Дата:
Handle partitioned tables created "OF TYPE". Fixes #2545

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed3cb7df417b3e0b4a1dc3da8d4224a09727412e
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py   | 11 +++++-
.../schemas/tables/static/js/partition.utils.js    | 18 +++++++++-
.../databases/schemas/tables/static/js/table.js    | 39 +++++++++++++---------
.../templates/table/sql/10_plus/properties.sql     |  3 +-
.../templates/table/sql/9.1_plus/properties.sql    |  3 +-
.../tables/templates/table/sql/default/create.sql  |  3 +-
6 files changed, 56 insertions(+), 21 deletions(-)