mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support to ignore the owner while comparing objects in the Schema Diff tool. Fixes #5200.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 135 KiB |
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
************
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user