Re: Materialized views - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Materialized views
Date
Msg-id 4EB9C7EC.20009@agliodbs.com
Whole thread Raw
In response to Re: Materialized views  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Materialized views
List pgsql-hackers
>> No feature-creeping; the two features described will be hard enough.
>> Besides, we have pg_agent for that.
> 
> Well, there has to be some way to refresh an MV at regular intervals, no?

For periodic update matviews, yes.  However, Kevin needs only produce
the command/function call for updating a generic periodic matview.  He
doesn't need to provide a scheduling utility.  For simple cases, cron works.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Materialized views
Next
From: Tom Lane
Date:
Subject: Re: 9.1.2 ?