Getting info on index - Mailing list pgsql-novice

From Francisco Reyes
Subject Getting info on index
Date
Msg-id 20011106224948.A24962-100000@zoraida.natserv.net
Whole thread Raw
Responses Re: Getting info on index
List pgsql-novice
\di tells me what indeces exist. \d<index_name> gives me some info on the
index, but it seems that it truncates. For instance I have an index which
is lower(name) and \di <index> shows " lower" for the attribute.

What, if anything, would show me the complete key of an index?



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: IS NULL
Next
From: Tom Lane
Date:
Subject: Re: Getting info on index