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@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073