Re: drop index

From: Charley Tiggs <ctiggs(at)xpressdocs(dot)com>
To: Jaromír Kamler <kamler(at)centrum(dot)cz>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: drop index
Date: 2006-02-22 14:56:27
Message-ID: 43FC7B9B.5060704@xpressdocs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • drop index at 2006-02-22 13:56:54 from Jaromír Kamler

Browse pgsql-novice by date

  From Date Subject
Next Message Christoph Frick 2006-02-22 15:00:31 Re: drop index
Previous Message Kevin Crenshaw 2006-02-22 14:43:09 SQL Question