Re: how to find a tablespace for the table?

Поиск
Список
Период
Сортировка
От hyelluas
Тема Re: how to find a tablespace for the table?
Дата
Msg-id 1308603168916-4508040.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: how to find a tablespace for the table?  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Ответы Re: how to find a tablespace for the table?  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Список pgsql-general
profiler1=# select relname,reltablespace from pg_class where
relname='application_category';
       relname        | reltablespace
----------------------+---------------
 application_category |             0
(1 row)


--
View this message in context:
http://postgresql.1045698.n5.nabble.com/how-to-find-a-tablespace-for-the-table-tp4500200p4508040.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

Предыдущее
От: Raghavendra
Дата:
Сообщение: Re: how to find a tablespace for the table?
Следующее
От: Condor
Дата:
Сообщение: Re: insert a SYSTIMESTAMP value in postgres