Re: how to find a tablespace for the table? - Mailing list pgsql-general

From hyelluas
Subject Re: how to find a tablespace for the table?
Date
Msg-id 1308603168916-4508040.post@n5.nabble.com
Whole thread Raw
In response to Re: how to find a tablespace for the table?  (Raghavendra <raghavendra.rao@enterprisedb.com>)
Responses Re: how to find a tablespace for the table?
List 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 by date:

Previous
From: Raghavendra
Date:
Subject: Re: how to find a tablespace for the table?
Next
From: Condor
Date:
Subject: Re: insert a SYSTIMESTAMP value in postgres