Re: list of index

From: Szymon Guz <mabewlun(at)gmail(dot)com>
To: farjad(dot)farid(at)checknetworks(dot)com
Cc: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: list of index
Date: 2014-08-15 14:31:32
Message-ID: CAFjNrYt9eTx355YDN9LFUg=rcmFLLD1if_KTHX0Eep-uefNLxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 15 August 2014 16:23, FarjadFarid(ChkNet) <farjad(dot)farid(at)checknetworks(dot)com
> wrote:

> Hi ,
>
>
>
> On a Postgresql database i like to obtain (using an sql statement) the
> list of all user defined indexes and their details specially the column
> "order by" sort order. e.g. ASC or DESC. Any help would be much
> appreciated.
>
>
>
>
>

Hi,
take a look at: select * from pg_indexes;

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message FarjadFarid(ChkNet) 2014-08-15 14:53:51 Re: list of index
Previous Message FarjadFarid(ChkNet) 2014-08-15 14:23:18 list of index