Re: Get info about the index - Mailing list pgsql-general

From Christophe Pettus
Subject Re: Get info about the index
Date
Msg-id 0BC8BEBF-3B1F-4E69-A1B9-CCCDF9617168@thebuild.com
Whole thread Raw
In response to Re: Get info about the index  (Igor Korot <ikorot01@gmail.com>)
Responses Re: Get info about the index
List pgsql-general

> I want to know all individual things:
> - whether the index is unique.
> - what type of index it is
> - whether the field is ASC or DESC.
> - all other individual arams

pg_index is the source for those.  The one exception is the access method for the index, which is in pg_class.


pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: Re: Get info about the index
Next
From: Igor Korot
Date:
Subject: Re: Get info about the index