Re: [HACKERS] Database schema diff

From: Иван Фролков <ifrol2001(at)mail(dot)ru>
To: Michal Novotny <michal(dot)novotny(at)trustport(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Database schema diff
Date: 2015-10-14 11:53:00
Message-ID: 1444823580.297735101@f416.i.mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I would like to ask you whether is there any tool to be able to compare
> database schemas ideally no matter what the column order is or to dump
> database table with ascending order of all database columns.

Take a look a tool called apgdiff http://apgdiff.com/
Its development seems suspended, but it is still useful tool, except cases with new features etc.
Anyway, you could find bunch of forks at the github - I did support for instead of triggers, other people did another options and so on

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Shulgin, Oleksandr 2015-10-14 12:47:46 Re: Patch: Implement failover on libpq connect level.
Previous Message Ashutosh Bapat 2015-10-14 11:30:35 Re: Getting sorted data from foreign server