Re: [GENERAL] database diff

2001-03-01 Thread GH
On Thu, Mar 01, 2001 at 10:21:53AM -0500, some SMTP stream spewed forth: > hello > > i want to find the differences between two database schemas...is there a > function for this or do i just pg_dump both of them and do a diff in unix? As far as I know, such a function (or program/script) does n

[GENERAL] database diff

2001-03-01 Thread chris markiewicz
hello i want to find the differences between two database schemas...is there a function for this or do i just pg_dump both of them and do a diff in unix? thanks chris