Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA25148; Thu, 25 Mar 93 00:26:11 -0800
Date: Thu, 25 Mar 93 00:26:11 -0800
Message-Id: <9303250826.AA25148@postgres.Berkeley.EDU>
From: wolf@molout.tutkie.tut.ac.jp (Wolf-D. Ihlenfeldt)
Subject: Indices
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu



I know how to find out which indices exist on a given class
and the class an index is for.

But is there a way to be more detailed, i.e. how do I get
the attribute(s in future releases?) an index uses or the name of an
index for a class/attribute pair ? The pg_index class does not seem
to contain an obvious oid of the attribute, or am I overlooking
something ?

Thank you for your help.

WDI
