Re: Simple schema diff script in Perl

From: merlyn(at)stonehenge(dot)com (Randal L(dot) Schwartz)
To: hans(at)welinux(dot)cl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Simple schema diff script in Perl
Date: 2010-09-16 22:36:39
Message-ID: 8639t9pb7s.fsf@red.stonehenge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "hans" == hans <hans(at)welinux(dot)cl> writes:

hans> Actually just compare tables and fields, for my current
hans> requirements is ok, i plan to add the sequences, but no more.

I believe SQLFairy (aka SQL::Translator) can canonicalize schemas, and
even give DDL to turn one schema into another.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(at)stonehenge(dot)com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion

In response to

Browse pgsql-general by date

  From Date Subject
Next Message hans 2010-09-16 23:18:52 Re: Simple schema diff script in Perl
Previous Message Sam Mason 2010-09-16 22:23:16 Re: Transposing rows and columns