From: | Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com> |
---|---|
To: | hyelluas <helen_yelluas(at)mcafee(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: how to find a tablespace for the table? |
Date: | 2011-06-20 21:10:29 |
Message-ID: | BANLkTinwtbUHvxGsKR--HzEO=NQCRgc7Fg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Can you give a try updating the catalogs with ANALYZE command and re-check ?
---
Best Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/
On Tue, Jun 21, 2011 at 2:22 AM, hyelluas <helen_yelluas(at)mcafee(dot)com> wrote:
> 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.
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Raghavendra | 2011-06-20 21:31:33 | Re: how to find a tablespace for the table? |
Previous Message | Condor | 2011-06-20 20:55:51 | Re: insert a SYSTIMESTAMP value in postgres |