Re: how to find a tablespace for the table?
От | Raghavendra |
---|---|
Тема | Re: how to find a tablespace for the table? |
Дата | |
Msg-id | BANLkTi=Yu3BqdYbeV3XUr40gcZRR37tXdQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: how to find a tablespace for the table? (hyelluas <helen_yelluas@mcafee.com>) |
Список | pgsql-general |
hmmm....Strange..
What is the output of
select oid,* from pg_tablespace;
and
select relname,reltablespace from pg_class where relname='application_category';
---
Best Regards,
Raghavendra
EnterpriseDB Corporation
On Tue, Jun 21, 2011 at 12:48 AM, hyelluas <helen_yelluas@mcafee.com> wrote:
well,
here is the query :
profiler1=# select relname,reltablespace from pg_class where reltablespacein(select oid from pg_tablespace where spcname not inrelname | reltablespace
('pg_default','pg_global'));
---------+---------------
why it shows no records?
profiler1=# select * from pg_catalog.pg_tables where
tablename='application_category';schemaname | tablename | tableowner | tablespace | hasindexes |hasrules | hastrigge
rs
------------+----------------------+------------+------------+------------+----------+----------
---public | application_category | postgres | | t |(1 row)
f | f
and that query show empty for the tablespace...
thank you
Helen
--
View this message in context: http://postgresql.1045698.n5.nabble.com/how-to-find-a-tablespace-for-the-table-tp4500200p4507624.htmlSent 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 по дате отправления: