| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fix various inconsistencies with databases and tables |
| Date: | 2016-03-10 16:15:56 |
| Message-ID: | E1ae3Fk-0008Hw-4u@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2016-03-10 16:21:06 | pgAdmin 4 commit: Show the ACL summary on the properties panel for data |
| Previous Message | Dave Page | 2016-03-10 15:58:06 | pgAdmin 4 commit: Add some default connection parameters. |