Jaromír Kamler wrote:
> Hallo,
> I created some indexes and now i want drop them, but I forgetten it's names. How I can find them?
>
> Thanks, Jaromir Kamler
use "\d table_name" within psql to view a description of the table. At
the bottom are a list of indexes that are attached to the table.
Charley