Skip to content
Update schema comparisons authored by Ben Prescott_'s avatar Ben Prescott_
...@@ -101,6 +101,6 @@ create user bensuper WITH SUPERUSER password 'passwordinplain'; ...@@ -101,6 +101,6 @@ create user bensuper WITH SUPERUSER password 'passwordinplain';
- specify source as the reference schema, and target as the one being investigated. - specify source as the reference schema, and target as the one being investigated.
- filter out 'target only' - filter out 'target only'
> Identical – If the object is found in both databases with the same SQL statement, then the comparison result is identical. > * Identical – If the object is found in both databases with the same SQL statement, then the comparison result is identical.
> Different – If the object is found in both databases but have different SQL statements, then the comparison result is different. > * Different – If the object is found in both databases but have different SQL statements, then the comparison result is different.
> Source Only – If the object is found in source database only and not in target database, then the comparison result is source only. > * Source Only – If the object is found in source database only and not in target database, then the comparison result is source only.
\ No newline at end of file \ No newline at end of file