Re: Views, views, views! (long) - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: Views, views, views! (long)
Date
Msg-id slrnd7sk4o.2ep3.andrew+nonews@trinity.supernews.net
Whole thread Raw
In response to Re: Views, views, views! (long)  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-hackers
On 2005-05-08, "Jim C. Nasby" <decibel@decibel.org> wrote:
> I suggest taking a gander at the '_compat' files at
> http://lnk.nu/cvs.pgfoundry.org/251/. Basically, features that are new
> in 8.0 (ie: tablespaces) have an abstraction layer. The code under that
> layer is version specific, but the code above it is generic. So
> _compat74.sql creates a bogus pg_tablespace (though now that I'm
> thinking about it, we should probably use a different name for that,
> such as _pg_tablespace).

Remember that this is still an alpha version. In the longer term I think
we should look at splitting it into two schemas, one with the views
themselves and another with the support functions and other implementation
details. (There are other ways to handle pg_tablespace too, that just
happened to be the convenient one for proof-of-concept testing.)

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Race conditions, race conditions!
Next
From: Josh Berkus
Date:
Subject: Re: pl/pgsql enabled by default