Re: [SQL] partial indexes (indices) - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] partial indexes (indices)
Date
Msg-id 15819.938122486@sss.pgh.pa.us
Whole thread Raw
In response to RE: [SQL] partial indexes (indices)  (Daniel Péder <dpeder@infoset.cz>)
List pgsql-sql
Daniel Péder <dpeder@infoset.cz> writes:
> YES!
> that's what I'am looking for. But does anybody know HOW ?

> Allows you to index only part of a table.  Don't know any more.

It seems to be disabled in gram.y for some reason (no WHERE clause in
CREATE INDEX anymore), which is odd since there's still an awful lot of
code to support the feature elsewhere.

Anyone know who took this out and why?
        regards, tom lane


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Re: [HACKERS] SELECT DISTINCT question
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] Re: [HACKERS] SELECT DISTINCT question