Re: how to find a tablespace for the table?

Поиск
Список
Период
Сортировка
От Raghavendra
Тема Re: how to find a tablespace for the table?
Дата
Msg-id BANLkTi=gYyMrwR2PcjDdoQEnD=z1ZG0sDw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to find a tablespace for the table?  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Ответы Re: how to find a tablespace for the table?  (hyelluas <helen_yelluas@mcafee.com>)
Re: how to find a tablespace for the table?  (hyelluas <helen_yelluas@mcafee.com>)
Список pgsql-general
Actually to say, everything looks ok to me, until unless you say the table 'application_category'  on other tablespace ... :)

profiler1=# select relname,reltablespace from pg_class where
relname='application_category';
      relname        | reltablespace
----------------------+---------------
 application_category |             0
(1 row)


Above result, indicates that its in default tablespace. 

Regards
Raghav

 

--
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 по дате отправления:

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