Re: script to keep views "correct"?

From: Tom Jenkins <tjenkins(at)devis(dot)com>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: script to keep views "correct"?
Date: 2002-06-27 18:17:32
Message-ID: 1025201857.621.7.camel@asimov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2002-06-27 at 13:34, Richard Huxton wrote:
> On Thursday 27 Jun 2002 3:25 pm, Tom Jenkins wrote:
> > Hello all,
> > is there a script somewhere that ensures that changing a view that other
> > views depend on, will recreate those other views?
> > same thing with functions/triggers
>
> I believe there's work going on to create a dependencies table, but of course
> that's a lot of individual changes to make sure everything writes to it, so I
> don't think it's imminent.

that will be very nice.

>
> I try to keep all my source SQL/functions outside the database and manage them
> with make. Not ideal, but the best I've come up with so far.
>

hrmmm... haven't thought about make

although pg_rewrite seems to have the info i want; i just have to parse
it

> - Richard Huxton
--

Tom Jenkins
Development InfoStructure
http://www.devis.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2002-06-27 18:25:48 Re: Advocacy Idea.
Previous Message Andrew Sullivan 2002-06-27 17:45:23 Re: Shared Memory Sizing