Re: psql: \d+ show tablespace of indices

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
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-14 23:59:50
Message-ID: 200506142359.j5ENxot12041@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------
Qingqing Zhou wrote:
>
> Now \d show tablespace of indices per discussion.
>
> test=# \d e
> Table "public.e"
> Column | Type | Modifiers
> --------+---------+-----------
> i | integer | not null
> j | integer | not null
> k | integer |
> Indexes:
> "e_pkey" PRIMARY KEY, btree (i, j), tablespace "haha"
> "ei" btree (i)
> "ej" btree (j), tablespace "haha"
> "ek" btree (k)
> Tablespace: "haha"
>
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-15 00:15:02 Re: Unicode characters above 0x10000 #2
Previous Message Bruce Momjian 2005-06-14 23:47:40 pgsql: Add BETWEEN SYMMETRIC.

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-15 00:09:23 Re: [HACKERS] Inefficiency in recent pgtz patch
Previous Message Bruce Momjian 2005-06-14 23:47:52 Re: patch between symmetric (add doc)