Search Postgresql Archives

Re: list all members in a tablespace

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks Raghavendra. I tried the query and it seemed to be returning the indices and sequences in each tablespace. I’ll keep trying to get the list of tablespaces.

 

Thanks for your help!

 

Mike

 

From: Raghavendra [mailto:raghavendra.rao@xxxxxxxxxxxxxxxx]
Sent: Wednesday, March 09, 2011 5:15 PM
To: Michael Andrew Babb
Cc: pgsql-general@xxxxxxxxxxxxxx
Subject: Re: list all members in a tablespace

 

Hi Mike,

 

I tried this, which will get the list of tables belong to 'XYZ' tablespace.

 

select relname from pg_class where reltablespace=(select oid from pg_tablespace where spcname='xyz');

 

Hope this helps

 

Best Regards,
Raghavendra
EnterpriseDB Corporation

The Enterprise Postgres Company

 

On Thu, Mar 10, 2011 at 6:05 AM, Michael Andrew Babb <babbm@xxxxxx> wrote:

Hi All,

I'm doing a little housekeeping on my tablespaces and I'm curious if there is a quick and easy way to list all of the objects in a tablespace. Is there a command to list all objects in a tablespace?

Thanks,

Mike

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

 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux