Re: psql: \d+ show tablespace of indices - Mailing list pgsql-patches

From Neil Conway
Subject Re: psql: \d+ show tablespace of indices
Date
Msg-id 1117777305.22984.51.camel@localhost.localdomain
Whole thread Raw
In response to Re: psql: \d+ show tablespace of indices  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-patches by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: Simplify Win32 Signaling code
Next
From: Mary Edie Meredith
Date:
Subject: Re: O_DIRECT for WAL writes