pgAdmin 4 commit: Add "Move objects..” functionality to tablespace no

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add "Move objects..” functionality to tablespace no
Дата
Msg-id E1bComt-0004AJ-Br@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add "Move objects..” functionality to tablespace node. Fixes #1286

Additionally I have removed pre_9.1 sql's & align SQL line indentation as well.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62c136993870e987df21ee14b7cffc9db0f07751
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../server_groups/servers/tablespaces/__init__.py  |  46 ++++-
.../templates/tablespaces/js/tablespaces.js        | 185 +++++++++++++++++++++
.../tablespaces/sql/9.1_plus/move_objects.sql      |  21 +++
.../tablespaces/sql/9.2_plus/move_objects.sql      |  21 +++
.../templates/tablespaces/sql/pre_9.1/acl.sql      |  28 ----
.../templates/tablespaces/sql/pre_9.1/alter.sql    |  41 -----
.../templates/tablespaces/sql/pre_9.1/create.sql   |   9 -
.../templates/tablespaces/sql/pre_9.1/delete.sql   |   2 -
.../tablespaces/sql/pre_9.1/dependents.sql         |  20 ---
.../templates/tablespaces/sql/pre_9.1/nodes.sql    |   8 -
.../tablespaces/sql/pre_9.1/properties.sql         |  12 --
.../templates/tablespaces/sql/pre_9.1/stats.sql    |   6 -
.../templates/tablespaces/sql/pre_9.1/update.sql   |  58 -------
.../tablespaces/sql/pre_9.1/variables.sql          |   4 -
14 files changed, 267 insertions(+), 194 deletions(-)


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

Предыдущее
От: Sanket Mehta
Дата:
Сообщение: integration of minimap in graphical explain feature
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] PATCH: To add "Move objects..” functionality in tablespace (pgAdmin4)