From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | Robert Treat <rob(at)xzilla(dot)net> |
Cc: | Andres Freund <andres(at)2ndquadrant(dot)com>, PostgreSQL Advocacy <pgsql-advocacy(at)postgresql(dot)org> |
Subject: | Re: 9.3 Beta 1 Coming Soon! |
Date: | 2013-04-17 17:50:53 |
Message-ID: | 516EE0FD.1090601@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy |
On 04/17/2013 04:59 AM, Robert Treat wrote:
> "Postgres developers and users believe that quality view support is an
> important toolset for any database, and Postgres 9.3 includes several
> improvements to it's view support. Enhancements included in this
> release include the ability to create recursive views, to create
> automatically updateable views, and limited support for built in
> materialized views."
So, taking a second stab at this:
Database VIEWs allow application developers to abstract database access,
making application code simpler and version migrations easier. As such,
PostgreSQL has improved our view support:
* Materialized View declaration
* Auto-updatable VIEWs
* Recursive Views
I think that puts the new features more strongly, and also explains how
views relate to the reader. Yes?
--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com
From | Date | Subject | |
---|---|---|---|
Next Message | Nicholson, Brad (Toronto, ON, CA) | 2013-04-17 20:09:10 | Re: 9.3 Beta 1 Coming Soon! |
Previous Message | Bruce Momjian | 2013-04-17 17:22:40 | Re: Heroku early upgrade is raising serious questions |