Re: how to find a tablespace for the table?

From: hyelluas <helen_yelluas(at)mcafee(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: how to find a tablespace for the table?
Date: 2011-06-20 20:52:48
Message-ID: 1308603168916-4508040.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Condor 2011-06-20 20:55:51 Re: insert a SYSTIMESTAMP value in postgres
Previous Message Raghavendra 2011-06-20 20:50:49 Re: how to find a tablespace for the table?