RE: Patch to add support for partial indices

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: RE: Patch to add support for partial indices
Date: 2001-07-16 09:06:44
Message-ID: ECEHIKNFIMMECLEBJFIGMEELCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2001-07-16 10:00:01 Clear out the reminants of EXTEND INDEX
Previous Message Martijn van Oosterhout 2001-07-16 08:07:58 Re: Patch to add support for partial indices