cbbrowne / pgcmp

Tool for comparing Postgres database schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate "extract" from "compare"

cbbrowne opened this issue · comments

At present, pgcmp is built to pull schema data from two sources and, directly, compare them.

It would be nice to be able to "phase" this, to allow pulling data from sources separately from performing the comparison.

This is Really Necessary; I see some use cases for using pgcmp as part of schema deployment processes, in which case you'd want to carry an authoritative copy of metadata along.