Re: drop index - Mailing list pgsql-novice

From Charley Tiggs
Subject Re: drop index
Date
Msg-id 43FC7B9B.5060704@xpressdocs.com
Whole thread Raw
In response to drop index  (" Jaromír Kamler" <kamler@centrum.cz>)
List pgsql-novice
  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


pgsql-novice by date:

Previous
From: " Jaromír Kamler"
Date:
Subject: drop index
Next
From: Christoph Frick
Date:
Subject: Re: drop index