pgAdmin 4 commit: Ensure that the user should be able to select/modify - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that the user should be able to select/modify
Date
Msg-id E1ioRSF-0004qX-Br@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4633] Bad view in partitioned tables
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed linter error.