Thread: pgAdmin 4 commit: 1) Fixed column "none" does not exist issue, while co
1) Fixed column "none" does not exist issue, while comparing schema objects. Fixes #7591 2) Fixed an issue where schema diff did not pick up the change in RLS policy. Fixes #7596 3) Ensure that schema diff maintains view ownership when view definitions are modified. Fixes #7611 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e45511444125ac1e965ab074808b708b9d1016a8 Modified Files -------------- docs/en_US/release_notes_6_13.rst | 3 +++ .../schemas/tables/row_security_policies/__init__.py | 2 +- .../views/templates/mviews/pg/default/sql/update.sql | 5 +++++ .../views/templates/mviews/ppas/default/sql/update.sql | 5 +++++ .../views/templates/views/pg/default/sql/update.sql | 18 ++++++++++++------ .../views/templates/views/ppas/default/sql/update.sql | 6 ++++++ .../tests/pg/default/alter_mview_definition_msql.sql | 3 +++ .../tests/pg/default/alter_view_add_some_priv_msql.sql | 4 ++-- .../tests/pg/default/alter_view_definition_msql.sql | 4 ++++ .../schemas/views/tests/pg/default/alter_view_msql.sql | 4 ++-- .../tests/ppas/default/alter_mview_definition_msql.sql | 3 +++ 11 files changed, 46 insertions(+), 11 deletions(-)