Re: Getting the indexes of a table

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Getting the indexes of a table
Date: 2006-04-27 17:17:04
Message-ID: 20060427171704.GA15399@KanotixBox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Christian Hofmann <christian(dot)hofmann(at)gmx(dot)de> schrieb:

> Hello,
>
> I want to get the indexes that are installed in one table.
> I looked at the information_schema but there was nothing to use.

Start psql with -E and type '\d <your_table>. Now you can see how you
can retrieve this informations.

HTH, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknow)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Christian Hofmann 2006-04-27 17:35:27 Re: Getting the indexes of a table
Previous Message Christian Hofmann 2006-04-27 16:49:41 Getting the indexes of a table