Re: Get index information from information_schema?

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "AlannY *EXTERN*" <m(at)alanny(dot)ru>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Get index information from information_schema?
Date: 2008-03-18 08:24:08
Message-ID: D960CB61B694CF459DCFB4B0128514C201E03810@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

AlannY wrote:
> I need a method of extracting information about indexes of any table
> from information_schema.
>
> Have you any suggestions?

I am afraid that indexes are not covered by information_schema.

You'd have to dig into pg_catalog.pg_index for this.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glyn Astill 2008-03-18 10:32:56 Create user trigger?
Previous Message Gurjeet Singh 2008-03-18 07:20:57 Re: identify database process given client process