Обсуждение: pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren

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

pgAdmin 4 commit: Fixes#1737 - Setting the schedma-id as the pid (paren

От
Ashesh Vashi
Дата:
Fixes#1737 - Setting the schedma-id as the pid (parent-id) for the
sequences node instead of the server-id.

Due to this - during updating the sequence node, it was not able to find
out the correct parent node, and it was updating the existing node, but
- later it (considering the old node) was removed by the replace logic.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1c623c56e7cafc0df28913390761bef1231c1064

Modified Files
--------------
.../server_groups/servers/databases/schemas/sequences/__init__.py    | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)