Added options 'Ignore owner' and 'Ignore whitespace' to the schema diff panel. Fixes #7282

This commit is contained in:
Akshay Joshi
2022-04-20 15:27:17 +05:30
parent 58e4f766d8
commit 1ac13a2788
15 changed files with 149 additions and 39 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 167 KiB

View File

@@ -453,7 +453,7 @@ Expand the *Schema Diff* node to specify your display preferences.
Use the *Ignore owner* switch to ignores the owner while comparing the objects.
Use the *Ignore whitespaces* switch to ignores the whitespaces while comparing
Use the *Ignore whitespace* switch to ignores the whitespace while comparing
the string objects. Whitespace includes space, tabs, and CRLF.

View File

@@ -13,6 +13,7 @@ New features
| `Issue #3989 <https://redmine.postgresql.org/issues/3989>`_ - Ensure that row numbers should be visible in view when scrolling horizontally.
| `Issue #6830 <https://redmine.postgresql.org/issues/6830>`_ - Relocate GIS Viewer Button to the Left Side of the Results Table.
| `Issue #7012 <https://redmine.postgresql.org/issues/7012>`_ - Disable the master password requirement when using alternative authentication sources.
| `Issue #7282 <https://redmine.postgresql.org/issues/7282>`_ - Added options 'Ignore owner' and 'Ignore whitespace' to the schema diff panel.
Housekeeping
************

View File

@@ -65,6 +65,12 @@ same or different (and within the same server or from different servers).
:alt: Schema diff compare button
:align: center
Use the drop-down near to *Compare* button to ignore owner and ignore whitespace.
* Ignore owner Select to ignores the owner while comparing the objects.
* Ignore whitespace Select to ignores the whitespace while comparing the string objects. Whitespace includes space, tabs, and CRLF.
After you select servers, and databases, click on the
*Compare* button to obtain the *Comparison Result*.