Skip to content
Update schema comparisons authored by Ben Prescott (ex-GitLab)'s avatar Ben Prescott (ex-GitLab)
......@@ -101,6 +101,6 @@ create user bensuper WITH SUPERUSER password 'passwordinplain';
- specify source as the reference schema, and target as the one being investigated.
- filter out 'target only'
> 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.
> 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
> * 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.
> * 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