Re: pg_depend patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Rod Taylor <rbt(at)zort(dot)ca>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: pg_depend patch
Date: 2002-03-15 03:30:05
Message-ID: Pine.LNX.4.30.0203142228571.970-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-15 05:32:23 Re: JDBC arrays
Previous Message Christopher Kings-Lynne 2002-03-15 03:06:31 Re: pg_depend patch