Re: Getting the indexes of a table - Mailing list pgsql-novice

From Andreas Kretschmer
Subject Re: Getting the indexes of a table
Date
Msg-id 20060427171704.GA15399@KanotixBox
Whole thread Raw
In response to Getting the indexes of a table  ("Christian Hofmann" <christian.hofmann@gmx.de>)
Responses Re: Getting the indexes of a table  ("Christian Hofmann" <christian.hofmann@gmx.de>)
List pgsql-novice
Christian Hofmann <christian.hofmann@gmx.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°

pgsql-novice by date:

Previous
From: "Christian Hofmann"
Date:
Subject: Getting the indexes of a table
Next
From: "Christian Hofmann"
Date:
Subject: Re: Getting the indexes of a table