RE: Patch to add support for partial indices - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject RE: Patch to add support for partial indices
Date
Msg-id ECEHIKNFIMMECLEBJFIGMEELCBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Patch to add support for partial indices  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: Patch to add support for partial indices  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-patches
> > 3. A needed feature not yet implemented is for psql's \d commands to
> > show the predicate when displaying info about a partial index.
>
> I'll look at that. Can't be too difficult with the new get_expr
> function :)

If you're in there - might be useful if normal indices were shown with the
keys they're defined over, rather than just the index name.

Chris


pgsql-patches by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Patch to add support for partial indices
Next
From: Martijn van Oosterhout
Date:
Subject: Clear out the reminants of EXTEND INDEX