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] 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, The Enterprise Postgres Company On Thu, Mar 10, 2011 at 6:05 AM, Michael Andrew Babb <babbm@xxxxxx> wrote: Hi All, |