Re: psql: \d+ show tablespace of indices
От | Bruce Momjian |
---|---|
Тема | Re: psql: \d+ show tablespace of indices |
Дата | |
Msg-id | 200506142359.j5ENxot12041@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: psql: \d+ show tablespace of indices (Qingqing Zhou <zhouqq@cs.toronto.edu>) |
Список | 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@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
В списке pgsql-patches по дате отправления: