Re: Completed pg_depend support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rod Taylor" <rbt(at)zort(dot)ca>
Cc: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Completed pg_depend support
Date: 2002-04-07 05:43:17
Message-ID: 29461.1018158197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Rod Taylor" <rbt(at)zort(dot)ca> writes:
> The CASCADE behaviour will allow it to be dropped -- no matter what
> (to a point).

Somewhere along about the point where it tries to drop pg_class,
problems will ensue ... not sure if we need any specific defenses
against that, or if we can assume that the inevitable elog(ERROR)
will safely roll us back.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-04-07 16:38:41 Re: PQescapeBytea is not multibyte aware
Previous Message Rod Taylor 2002-04-07 04:13:38 Re: Completed pg_depend support