Added support to ignore the owner while comparing objects in the Schema Diff tool. Fixes #5200.

This commit is contained in:
Akshay Joshi
2020-09-28 15:22:46 +05:30
parent 68588fbb44
commit 952197f130
8 changed files with 41 additions and 44 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

@@ -416,6 +416,8 @@ Expand the *Schema Diff* node to specify your display preferences.
:alt: Preferences schema diff
:align: center
Use the *Ignore owner* switch to ignores the owner while comparing the objects.
Use the *Ignore whitespaces* switch to ignores the whitespaces while comparing
the string objects. Whitespace includes space, tabs, and CRLF.

View File

@@ -9,6 +9,7 @@ This release contains a number of bug fixes and new features since the release o
New features
************
| `Issue #5200 <https://redmine.postgresql.org/issues/5200>`_ - Added support to ignore the owner while comparing objects in the Schema Diff tool
Housekeeping
************

View File

@@ -33,8 +33,12 @@ upper-right hand corner of the tab bar.
:alt: schema diff dialog
:align: center
Use the :ref:`Preferences <preferences>` dialog to specify if *Schema Diff*
should open in a new browser tab. Set *Open in new browser tab* option to true.
Use the :ref:`Preferences <preferences>` dialog to specify following:
* *Schema Diff* should open in a new browser tab. Set *Open in new browser tab* option to true.
* *Schema Diff* should ignore the whitespaces while comparing string objects. Set *Ignore whitespaces* option to true.
* *Schema Diff* should ignore the owner while comparing objects. Set *Ignore owner* option to true.
The *Schema Diff* panel is divided into two panels; an Object Comparison panel
and a DDL Comparison panel.