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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that the user should be able to select/modify
Дата
Msg-id E1ioRSF-0004qX-Br@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4633] Bad view in partitioned tables
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed linter error.