Re: psql: \d+ show tablespace of indices

From: Neil Conway <neilc(at)samurai(dot)com>
To: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql: \d+ show tablespace of indices
Date: 2005-06-03 01:25:06
Message-ID: 1117761906.22984.28.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Mon, 2005-05-23 at 18:52 +0800, Qingqing Zhou wrote:
> Now \d+ is able to show the tablespace details of indices.

Should this be included in \d? Tablespace information for the table
itself is, so I think we should probably do the same for indexes.

Also, can you resend the patch as an attachment? Perhaps the ML software
munged your email or my MUA is just broken, but the patch you sent seems
to be corrupted.

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-03 02:15:55 Re: psql: \d+ show tablespace of indices
Previous Message Neil Conway 2005-06-03 00:37:39 Re: O_DIRECT for WAL writes

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-06-03 01:36:58 Re: Oracle date type compat. functions: next_day, last_day,
Previous Message Luke Lonergan 2005-06-03 01:03:40 Re: COPY fast parse patch