Re: Indexed Views

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: <ketema(at)ketema(dot)net>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Indexed Views
Date: 2006-02-15 15:48:07
Message-ID: C018B767.5D62%sdavis2@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

You simply index the underlying table.

Sean

On 2/15/06 10:35 AM, "Ketema Harris" <ketema(at)gmail(dot)com> wrote:

> Does postgreSQL have the ability to index a view? Or index a computed
column
> such as an aggregate?

Thanks

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2006-02-15 15:52:09 Re: Query does not return rows unless a LIMIT statement
Previous Message Ketema Harris 2006-02-15 15:35:29 Indexed Views