pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res
Дата
Msg-id E1kk0pl-0005OH-Q2@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS. Fixes #5998

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_29.rst                                      | 1 +
.../servers/databases/schemas/tables/row_security_policies/__init__.py | 3 ++-
.../tables/templates/row_security_policies/sql/10_plus/properties.sql  | 2 +-
.../tables/templates/row_security_policies/sql/9.5_plus/properties.sql | 2 +-
.../tables/templates/row_security_policies/sql/default/properties.sql  | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-5992]: Escape character shown when server/database name has some special characters.
Следующее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger