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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Handle partitioned tables created "OF TYPE". Fixes#2
Дата
Msg-id E1dUYYt-0008E6-Aw@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch]: Fixed RM #1165 - Too many request to updatedashboard graphs when server is disconnected.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Fixed #2545 Partitioned table should becreated using 'OF TYPE'