Re: pg_depend patch - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: pg_depend patch
Date
Msg-id Pine.LNX.4.30.0203142228571.970-100000@peter.localdomain
Whole thread Raw
In response to Re: pg_depend patch  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
Christopher Kings-Lynne writes:

> You have a view or a function or something that depends on another view.
> You want to update the view that these depend on.  Up until this patch is
> applied, you can just drop the view and recreate it and the things that
> depend on it will carry on working.

No they won't.  That's exactly the reason why we need this dependency
tracking.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pg_depend patch
Next
From: Bruce Momjian
Date:
Subject: Re: JDBC arrays