Re: drop index

Поиск
Список
Период
Сортировка
От Charley Tiggs
Тема Re: drop index
Дата
Msg-id 43FC7B9B.5060704@xpressdocs.com
обсуждение исходный текст
Ответ на drop index  (" Jaromír Kamler" <kamler@centrum.cz>)
Список 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 по дате отправления:

Предыдущее
От: " Jaromír Kamler"
Дата:
Сообщение: drop index
Следующее
От: Christoph Frick
Дата:
Сообщение: Re: drop index