Mark Lubratt <[EMAIL PROTECTED]> writes: > I've been trying to be careful, but I've gotten out of synch with > whether or not I've applied the changes I've made to the development > system to the production system. Is there a utility that will compare > the tables, functions, trigger, views, etc. between two systems and > flag the schema elements that aren't in synch between the two?
Have you tried diffing pg_dump output? It's not the greatest tool but it's helpful. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster