Re: Can this be indexed?

Поиск
Список
Период
Сортировка
От Markus Wollny
Тема Re: Can this be indexed?
Дата
Msg-id 2266D0630E43BB4290742247C89105750670C5BD@dozer.computec.de
обсуждение исходный текст
Ответ на Can this be indexed?  ("Net Virtual Mailing Lists" <mailinglists@net-virtual.com>)
Список pgsql-general
PostgreSQL doesn't provide pre-configured support for materialized views as such, but using some PL/pgSQL and triggers,
onecan easily implement any kind of materialized view as seen fit for the specific intended purpose (Snapshot, Eager,
Lazy,Very Lazy). 

You may find an excellent tutorial on materialized views with PostgreSQL here:
http://jonathangardner.net/PostgreSQL/materialized_views/matviews.html 

> -----Ursprüngliche Nachricht-----
> Von: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org] Im Auftrag von
> Net Virtual Mailing Lists
> Gesendet: Samstag, 6. November 2004 16:49
> An: Matteo Beccati
> Betreff: Re: [GENERAL] Can this be indexed?
>
> I am not clear how to use a trigger for this, I will need to
> look into that....
>
> It is my understanding that Postgres does not have
> materialized views though (which I believe would solve this
> problem nicely) - am I mistaken?...
>
>
> - Greg
>

В списке pgsql-general по дате отправления:

Предыдущее
От: Marek Lewczuk
Дата:
Сообщение: how to use COPY within plperl
Следующее
От: "Uwe C. Schroeder"
Дата:
Сообщение: Re: SQL question