pgAdmin 4 commit: Ensure that the user should be able to select/modify

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the user should be able to select/modify
Date: 2020-01-06 12:25:55
Message-ID: E1ioRSF-0004qX-Br@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the user should be able to select/modify tablespace for the partitioned table on v12 and above. Fixes #4950.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82c2d5088527b870b98a09f31f2cc5694800f2f0

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
.../servers/databases/schemas/tables/static/js/table.js | 12 ------------
.../schemas/tables/templates/tables/sql/12_plus/create.sql | 6 ++----
.../tables/templates/tables/sql/12_plus/properties.sql | 2 +-
.../servers/databases/schemas/tables/tests/test_table_add.py | 4 ++++
5 files changed, 8 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-06 12:40:48 pgAdmin 4 commit: Fixed linter error.
Previous Message Aditya Toshniwal 2020-01-06 11:27:59 Re: Issue with PgAdmin