From: | Vidhya Bondre <meetvbondre(at)gmail(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Bhakti Ghatkar <bghatkar(at)zedo(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Vacuum problem due to temp tables |
Date: | 2011-03-04 10:26:02 |
Message-ID: | AANLkTikqmNh3YvGZnGgr_=dsUgJ3Xkgs_o_q28_taWbj@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Robert,
select ctid,xmin,xmax,* from pg_index gives 2074 records.
Regards
Vidhya
On Wed, Mar 2, 2011 at 9:14 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Mon, Feb 28, 2011 at 12:08 AM, Bhakti Ghatkar <bghatkar(at)zedo(dot)com>
> wrote:
> > Tom,
> > The query which you gave returns me 0 rows.
> > select ctid,xmin,xmax,* from pg_index where indexrelid in
> > (select indexrelid from pg_index group by 1 having count(*)>1);
> > Regards,
> > Bhakti
>
> How about just select ctid,xmin,xmax,* from pg_index?
>
> --
> Robert Haas
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Thornton | 2011-03-04 11:40:55 | Slow join on partitioned table |
Previous Message | Matt Burke | 2011-03-04 09:21:54 | Re: Slowing UPDATEs inside a transaction |