Re: reindex script

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: reindex script
Дата
Msg-id 4CDA46390200002500037500@gw.wicourts.gov
обсуждение исходный текст
Ответ на reindex script  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
Ответы Re: reindex script  (Silvio Brandani <silvio.brandani@tech.sdb.it>)
Список pgsql-admin
Silvio Brandani  wrote:

> Is it possible to use a reindex in a share lock mode ??

Check out the CONCURRENTLY keyword in CREATE INDEX:

http://www.postgresql.org/docs/current/interactive/sql-createindex.html

You could create a duplicate index concurrently, drop the old index,
and rename the new one to the old name.

-Kevin

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

Предыдущее
От: Silvio Brandani
Дата:
Сообщение: reindex script
Следующее
От: Silvio Brandani
Дата:
Сообщение: Re: reindex script