Re: sql to show tablespace for indexes

Поиск
Список
Период
Сортировка
От raghu ram
Тема Re: sql to show tablespace for indexes
Дата
Msg-id d331f2ee0909141816o7fbf85aah87ebf7c0d1b578e1@mail.gmail.com
обсуждение исходный текст
Ответ на sql to show tablespace for indexes  (Kevin Kempter <kevink@consistentstate.com>)
Список pgsql-admin


On Fri, Sep 11, 2009 at 9:29 AM, Kevin Kempter <kevink@consistentstate.com> wrote:
Hi all;

How / where can I find which tablespace the indexes live in?



you can find which tablespace the indexes live in, by using below sql command:-

postgres=# select c.relname,t.spcname from pg_class c,pg_tablespace t where relkind='i' and c.reltablespace=t.oid ;


Regards
Raghu Ram

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: LDAP where DN does not include UID attribute
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: LDAP where DN does not include UID attribute