pgAdmin 4 commit: Ensure that Partitioned tables should be visible corr

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that Partitioned tables should be visible corr
Дата
Msg-id E1n7bLs-0003hH-Ai@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Ensure that Partitioned tables should be visible correctly when creating multiple partition levels. Fixes #7085

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2457f2a1d2cdb5ca253c5989405472c3b75f2ca
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_5.rst                             |  1 +
.../servers/databases/schemas/tables/partitions/__init__.py  | 12 ++++++++++++
web/pgadmin/static/js/tree/tree_nodes.ts                     |  1 +
3 files changed, 14 insertions(+)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed following SonarQube code smells:
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level