2020-02-03 05:38:28 -06:00
|
|
|
|
.. _schema_diff_feature:
|
|
|
|
|
|
|
|
|
|
********************
|
|
|
|
|
`Schema Diff`:index:
|
|
|
|
|
********************
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
**Schema Diff** is a feature that allows you to compare objects between
|
2020-10-27 06:06:10 -05:00
|
|
|
|
two databases or two schemas. Use the *Tools* menu to access Schema Diff.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
The Schema Diff feature allows you to:
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* Compare and synchronize the database objects (from source to target).
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* Visualize the differences between database objects.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* List the differences in SQL statement for target database objects.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
* Generate synchronization scripts.
|
|
|
|
|
|
|
|
|
|
|
2020-10-27 06:06:10 -05:00
|
|
|
|
**Note:**
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-10-27 06:06:10 -05:00
|
|
|
|
* The source and target database servers must be of the same major version.
|
|
|
|
|
|
|
|
|
|
* If you compare two **schemas** then dependencies won't be resolved.
|
|
|
|
|
|
|
|
|
|
Click on *Schema Diff* under the *Tools* menu to open a selection panel.
|
|
|
|
|
To compare **databases** choose the source and target servers, and databases.
|
|
|
|
|
To compare **schemas** choose the source and target servers, databases, and schemas.
|
|
|
|
|
After selecting the objects, click on the *Compare* button.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
You can open multiple copies of *Schema Diff* in individual tabs
|
2020-08-10 04:43:34 -05:00
|
|
|
|
simultaneously. To close a copy of Schema Diff, click the *X* in the
|
2020-10-27 06:06:10 -05:00
|
|
|
|
upper-right hand corner of the tab bar. You can rename the panel title by
|
|
|
|
|
right-clicking and select the "Rename Panel" option.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
.. image:: images/schema_diff_dialog.png
|
|
|
|
|
:alt: schema diff dialog
|
|
|
|
|
:align: center
|
|
|
|
|
|
2020-09-28 04:52:46 -05:00
|
|
|
|
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.
|
|
|
|
|
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
The *Schema Diff* panel is divided into two panels; an Object Comparison panel
|
|
|
|
|
and a DDL Comparison panel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Schema Diff Object Comparison Panel
|
|
|
|
|
========================================
|
|
|
|
|
|
|
|
|
|
In the object comparison panel, you can select the source and target servers
|
2020-08-10 04:43:34 -05:00
|
|
|
|
of the same major version, and databases to be compared. You can
|
2023-03-28 11:50:14 -05:00
|
|
|
|
select any server listed under the object explorer whether it is connected or
|
2020-02-03 05:38:28 -06:00
|
|
|
|
disconnected. If you select a server that is not connected then it will
|
|
|
|
|
prompt you for the password before using the server.
|
|
|
|
|
|
|
|
|
|
Next, select the databases that will be compared. The databases can be the
|
|
|
|
|
same or different (and within the same server or from different servers).
|
|
|
|
|
|
|
|
|
|
.. image:: images/schema_diff_compare_button.png
|
|
|
|
|
:alt: Schema diff compare button
|
|
|
|
|
:align: center
|
|
|
|
|
|
2023-08-11 07:08:44 -05:00
|
|
|
|
Use the drop-down near to *Compare* button to ignore owner, whitespace, tablespace and grants.
|
2022-04-20 04:57:17 -05:00
|
|
|
|
|
2023-08-11 07:08:44 -05:00
|
|
|
|
* Ignore Owner – Select to ignores the owner while comparing the objects.
|
2022-04-20 04:57:17 -05:00
|
|
|
|
|
2023-08-11 07:08:44 -05:00
|
|
|
|
* Ignore Whitespace – Select to ignores the whitespace while comparing the string objects. Whitespace includes space, tabs, and CRLF.
|
|
|
|
|
|
|
|
|
|
* Ignore Tablespace – Select to ignores the tablespace while comparing the objects.
|
|
|
|
|
|
|
|
|
|
* Ignore Grant/Revoke – Select to ignores the grant and revoke command while comparing the objects.
|
2022-04-20 04:57:17 -05:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
After you select servers, and databases, click on the
|
2020-02-03 05:38:28 -06:00
|
|
|
|
*Compare* button to obtain the *Comparison Result*.
|
|
|
|
|
|
|
|
|
|
.. image:: images/schema_diff_comparison_results.png
|
|
|
|
|
:alt: Schema diff comparison results
|
|
|
|
|
:align: center
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
Use the drop-down lists of Database Objects to view the DDL statements.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
In the upper-right hand corner of the object comparison panel is a *Filter*
|
2020-08-10 04:43:34 -05:00
|
|
|
|
option that you can use to filter the database objects based on the
|
2020-02-03 05:38:28 -06:00
|
|
|
|
following comparison criteria:
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* Identical – If the object is found in both databases with the same SQL statement, then the comparison result is identical.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* Different – If the object is found in both databases but have different SQL statements, then the comparison result is different.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* Source Only – If the object is found in source database only and not in target database, then the comparison result is source only.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* Target Only – If the object is found in target database only and not in source database, then the comparison result is target only.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
.. image:: images/schema_diff_filter_option.png
|
|
|
|
|
:alt: Schema diff filter option
|
|
|
|
|
:align: center
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
Click on any of the database objects in the object comparison panel to
|
2020-02-03 05:38:28 -06:00
|
|
|
|
display the DDL Statements of that object in the DDL Comparison panel.
|
|
|
|
|
|
2022-09-08 04:54:43 -05:00
|
|
|
|
Click the *Help* icon to open Schema Diff documentation.
|
|
|
|
|
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
Schema Diff DDL Comparison Panel
|
|
|
|
|
================================
|
|
|
|
|
|
|
|
|
|
The *DDL Comparison* panel displays three columns:
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* The first column displays the DDL statement of the object from the source database.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* The second column displays the DDL statement of the object from the target database.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
* The third column displays the difference in the SQL statement of the target database object.
|
2020-02-03 05:38:28 -06:00
|
|
|
|
|
|
|
|
|
.. image:: images/schema_diff_DDL_comparison.png
|
|
|
|
|
:alt: Schema diff DDL comparison
|
|
|
|
|
:align: center
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
You can review the DDL statements of all the database objects to
|
2020-02-03 05:38:28 -06:00
|
|
|
|
check for the differences in the SQL statements.
|
|
|
|
|
|
|
|
|
|
Also, you can generate the SQL script of the differences found in the
|
2020-08-10 04:43:34 -05:00
|
|
|
|
target database object based on the SQL statement of the source database
|
|
|
|
|
object. To generate the script, select the checkboxes of the database
|
2020-02-03 05:38:28 -06:00
|
|
|
|
objects in the object comparison panel and then click on the *Generate Script*
|
|
|
|
|
button in the upper-right hand corner of the object comparison panel.
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
Select the database objects and click on the *Generate Script*
|
2020-02-03 05:38:28 -06:00
|
|
|
|
button to open the *Query Tool* in a new tab, with the difference
|
|
|
|
|
in the SQL statement displayed in the *Query Editor*.
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
If you have clicked on the database object to check the difference
|
2020-02-03 05:38:28 -06:00
|
|
|
|
generated in the *DDL Comparison* Panel, and you have not selected the
|
2020-08-10 04:43:34 -05:00
|
|
|
|
checkbox of the database object, pgAdmin will open the *Query Tool* in a new
|
2020-02-03 05:38:28 -06:00
|
|
|
|
tab, with the differences in the SQL statements displayed in the *Query Editor*.
|
|
|
|
|
|
|
|
|
|
You can also use the *Copy* button to copy the difference generated in
|
|
|
|
|
the *DDL Comparison* panel.
|
|
|
|
|
|
|
|
|
|
.. image:: images/schema_diff_generate_script_query_editor.png
|
|
|
|
|
:alt: Schema diff generate script query editor
|
|
|
|
|
:align: center
|
|
|
|
|
|
2020-08-10 04:43:34 -05:00
|
|
|
|
Apply the SQL Statement in the target database to synchronize the databases.
|