Added options 'Ignore owner' and 'Ignore whitespace' to the schema diff panel. Fixes #7282
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 167 KiB |
@@ -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.
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
************
|
||||
|
||||
@@ -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*.
|
||||
|
||||
|
||||