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

From Tom Lane
Subject Re: Patch to add support for partial indices
Date
Msg-id 7450.995294200@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch to add support for partial indices  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-patches
Martijn van Oosterhout <kleptog@svana.org> writes:
> Well, I thought it'd be easy but a whole bunch of commands use the
> listTables function which is great if they all output the same. However, to
> add one column is not so easy.

I was thinking of adding a line to the output for "\d index".

> I mean, while I'm at it I could show the
> query defining a view.

We already do -- try "\d view".

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch to add support for partial indices
Next
From: Bruce Momjian
Date:
Subject: Re: Patch to add support for partial indices