Re: Views, views, views! (long)

Поиск
Список
Период
Сортировка
От Andrew - Supernews
Тема Re: Views, views, views! (long)
Дата
Msg-id slrnd7sk4o.2ep3.andrew+nonews@trinity.supernews.net
обсуждение исходный текст
Ответ на Re: Views, views, views! (long)  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Race conditions, race conditions!
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: pl/pgsql enabled by default