Re: how to find a tablespace for the table?

Поиск
Список
Период
Сортировка
От Raghavendra
Тема Re: how to find a tablespace for the table?
Дата
Msg-id BANLkTinwtbUHvxGsKR--HzEO=NQCRgc7Fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to find a tablespace for the table?  (hyelluas <helen_yelluas@mcafee.com>)
Ответы Re: how to find a tablespace for the table?  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Список pgsql-general
Can you give a try updating the catalogs with ANALYZE command and re-check ?

---
Best Regards,
Raghavendra
EnterpriseDB Corporation



On Tue, Jun 21, 2011 at 2:22 AM, hyelluas <helen_yelluas@mcafee.com> wrote:
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.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

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