Re: Patch to add support for partial indices

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

Martijn van Oosterhout <kleptog(at)svana(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-07-16 14:37:59 Re: Patch to add support for partial indices
Previous Message Tom Lane 2001-07-16 14:34:54 Re: Patch to add support for partial indices