> 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.
- Get info about the index Igor Korot
- Re: Get info about the index Adrian Klaver
- Re: Get info about the index Igor Korot
- Re: Get info about the index Christophe Pettus
- Re: Get info about the index Igor Korot
- Re: Get info about the index Laurenz Albe
- Re: Get info about the index Jon Zeppieri
- Re: Get info about the index Robert Sjöblom
- Re: Get info about the index David G. Johnston
- Re: Get info about the index Adrian Klaver
- Re: Get info about the index Tom Lane