From: | Christopher Kings-Lynne <chris(dot)kings-lynne(at)calorieking(dot)com> |
---|---|
To: | Josh Berkus <josh(at)agliodbs(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>, Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Removing AddDepends; should I bother with a project? |
Date: | 2006-07-11 01:43:44 |
Message-ID: | 44B30250.3090105@calorieking.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Think is, 8.1 does a much better job of upgrading 7.2 datatabases than
> 7.3 or 7.4 did anyway. I just tested using a database created in 7.1
> and upgraded to 7.2 which has a baroque and unnecessarily complex schema
> (legacy production applicaiton) which breaks on 7.4 without adddepends.
> I was able to upgrade it to 8.2(today) and it worked without adddepends.
>
> I'm testing dump, load, dump, load now to see if it still works OK.
That's irrelevant - does it actually have FK's is the question. I bet
you'll instead have a bunch of CREATE CONSTRAINT TRIGGER statements...
From | Date | Subject | |
---|---|---|---|
Next Message | Agent M | 2006-07-11 03:06:48 | 10th Anniversary Conference |
Previous Message | Christopher Kings-Lynne | 2006-07-11 01:41:07 | Re: Removing AddDepends; should I bother with a project? |