pgAdmin 4 commit: Fix various inconsistencies with databases and tables

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix various inconsistencies with databases and tables
Дата
Msg-id E1ae3Fk-0008Hw-4u@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix various inconsistencies with databases and tablespaces:

- Display the ACL string in properties, not the subnode panel.
- Offer default values for the owner of new objects.
- Add missing context menu option to create a tablespace from a server node.

Branch
------
master

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

Modified Files
--------------
.../databases/templates/databases/js/databases.js  | 12 ++++++++++++
.../templates/tablespaces/js/tablespaces.js        | 22 +++++++++++++++++++++-
.../tablespaces/sql/9.1_plus/properties.sql        |  3 ++-
.../tablespaces/sql/9.2_plus/properties.sql        |  3 ++-
.../tablespaces/sql/pre_9.1/properties.sql         |  2 +-
5 files changed, 38 insertions(+), 4 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add some default connection parameters.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Show the ACL summary on the properties panel for data