Re: Completed pg_depend support - Mailing list pgsql-patches

From Tom Lane
Subject Re: Completed pg_depend support
Date
Msg-id 29461.1018158197@sss.pgh.pa.us
Whole thread Raw
In response to Re: Completed pg_depend support  ("Rod Taylor" <rbt@zort.ca>)
List pgsql-patches
"Rod Taylor" <rbt@zort.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

pgsql-patches by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Completed pg_depend support
Next
From: Joe Conway
Date:
Subject: unknownin/out patch (was [HACKERS] PQescapeBytea is not multibyte aware)