| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Preston Landers <planders(at)journyx(dot)com>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: bug report: pg_dump does not use CASCADE in DROP |
| Date: | 2003-08-30 21:46:01 |
| Message-ID: | 200308302146.h7ULk1B10086@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Tom Lane wrote:
> >> The correct use of dependency information would be to sort the DROPs
> >> into an order that should succeed *without* CASCADE. (This will
> >> actually happen for free AIUI, once pg_dump uses dependency info fully.
> >> DROPping in the reverse of a safe creation order should work.)
>
> > Right, but how do you drop two tables that REFERENCE each other? Seems
> > you have to use CASCADE in that case.
>
> Nope. It's still the inverse problem of pg_dump. pg_dump would have to
> dump such a construction with CREATE TABLEs followed by ALTER TABLE ADD
> FOREIGN KEYs, right? So the DROPs issued in reverse order are ALTER
> TABLE DROP CONSTRAINTs followed by DROP TABLE.
Yep.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgsql-bugs | 2003-08-31 05:24:44 | "Returned due to virus; was:" Re: Your application |
| Previous Message | Tom Lane | 2003-08-30 21:28:38 | Re: bug report: pg_dump does not use CASCADE in DROP |