Getting info on index

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Pgsql Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Getting info on index
Date: 2001-11-07 03:52:45
Message-ID: 20011106224948.A24962-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-11-07 05:15:21 Re: Getting info on index
Previous Message Tom Lane 2001-11-06 23:41:15 Re: IS NULL