Re: Vacuum problem due to temp tables

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Vacuum problem due to temp tables
Дата
Msg-id AANLkTi=-WPihE+Am7HBomm269Mv+KcV5etGjjstpyphK@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Vacuum problem due to temp tables  (Bhakti Ghatkar <bghatkar@zedo.com>)
Ответы Re: Vacuum problem due to temp tables  (Vidhya Bondre <meetvbondre@gmail.com>)
Список pgsql-performance
On Mon, Feb 28, 2011 at 12:08 AM, Bhakti Ghatkar <bghatkar@zedo.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

В списке pgsql-performance по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Query on view radically slower than query on underlying table
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Performance Test for PostgreSQL9