Re: Modify existing index - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Modify existing index
Date
Msg-id 20070421094854.GA14096@a-kretschmer.de
Whole thread Raw
In response to Re: Modify existing index  (RPK <rpk.general@gmail.com>)
List pgsql-general
am  Sat, dem 21.04.2007, um  0:20:45 -0700 mailte RPK folgendes:
>
> How to see the details of indexes being used by a table? If I want to drop an

Within psql, type '\d <tablename>'.


> index, how can I do that?

DROP <INDEX>, perhaps with option CASCADE.

Please read our documentation...


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: Bjørn T Johansen
Date:
Subject: Problem compiling PostgreSQL 8.2.3 on RedHat Enterprise Server 2.1?
Next
From: Michael Glaesemann
Date:
Subject: Re: [HACKERS] functions to obtain query plan