Re: psql: \d+ show tablespace of indices

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>, pgsql-patches(at)postgresql(dot)org
Subject: Re: psql: \d+ show tablespace of indices
Date: 2005-06-03 05:41:45
Message-ID: 1117777305.22984.51.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Thu, 2005-06-02 at 22:15 -0400, Tom Lane wrote:
> Does that look better or worse to you?

I agree the patch's format is a bit off. What about

"mi" btree (i), tablespace "testspace"

"PRIMARY KEY" is currently separated from the rest of the index
description via a comma -- although on the other hand the column list
isn't preceded by a comma. Perhaps this whole format should be
rethought?

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2005-06-03 06:41:29 Re: Tablespaces
Previous Message Christopher Kings-Lynne 2005-06-03 03:17:21 Tablespaces

Browse pgsql-patches by date

  From Date Subject
Next Message Hans-Jürgen Schönig 2005-06-03 06:41:29 Re: Tablespaces
Previous Message Qingqing Zhou 2005-06-03 05:29:29 Re: Simplify Win32 Signaling code