Re: Index

Поиск
Список
Период
Сортировка
От Ravi Krishna
Тема Re: Index
Дата
Msg-id 22DDC49C-6FAD-4B45-AC05-464C263F7E98@aol.com
обсуждение исходный текст
Ответ на Index  (Sonam Sharma <sonams1209@gmail.com>)
Список pgsql-general
>
> I have created indexes with certain set of columns. Now I want to remove one of the column and add new column. Can
thisdone without dropping the index? 
>

If you intent is to avoid taking that table offline while the index is being built, you can do this:

1. create index concurrently on the new set of columns
2. once (1) done drop old index




В списке pgsql-general по дате отправления:

Предыдущее
От: Luca Ferrari
Дата:
Сообщение: Re: Index
Следующее
От: Yessica Brinkmann
Дата:
Сообщение: I think that my data is saved correctly, but when printing again,other data appears