General Settings for Structure Synchronization of PostgreSQL Database

The following instruction guides you through the process of setting up a structure synchronization. Customize options according to your needs.

Related topic:
Data Synchronization

Source
Defines connection, database and schema for the source.

Target
Defines connection, database and schema for the target.

Compare Options

Compare Tables
Check this option if you want to compare tables between the source and target schemas. Select/unselect the four options below:

Compare Primary Keys
Check this option if you want to compare table primary keys.

Compare Foreign Keys
Check this option if you want to compare table foreign keys.

Compare Uniques
Check this option if you want to compare uniques.

Compare Checks
Check this option if you want to compare checks.

Compare Views
Check this option if you want to compare views.

Compare Functions
Check this option if you want to compare functions.

Compare Indexes
Check this option if you want to compare indexes.

Compare Sequences
Check this option if you want to compare sequences.

Compare Triggers
Check this option if you want to compare triggers.

Compare Rules
Check this option if you want to compare rules.

Execution Options

Show CREATE queries
Check this option if you want to create new objects in the target schema.

Show ALTER queries
Check this option if you want to modify object structures in the target schema.

Show DROP queries
Check this option if you want to remove objects, which do not exist in the source schema, from the target schema.

Drop with CASCADE
Check this option if you want to cascade to drop the dependent objects.

Compare after execution
Compares tables after the synchronization is executed.

Continue on errors
Ignores errors that are encountered during the synchronization process.

Create inheriting parent
Creates tables of inheriting parents during the synchronization process.