PostgreSQL compare databases tool or generating migration script util
        Posted  
        
            by opedge
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by opedge
        
        
        
        Published on 2010-04-24T09:08:04Z
        Indexed on 
            2010/04/24
            9:13 UTC
        
        
        Read the original article
        Hit count: 392
        
postgresql
|compare
In our development we use two servers with PostgreSQL 8.4 - development and production. So, after changes were made on development server we would like to automatically generate SQL migration scripts. I found that EMS DB Comparer for PostgreSQL can do it, but it is only for Windows (our development team use Ubuntu for developing). Do you now alternative tools to do this?
© Stack Overflow or respective owner