reindexing

Поиск
Список
Период
Сортировка
От Jean-Christian Imbeault
Тема reindexing
Дата
Msg-id 3DF07D24.6060305@mega-bucks.co.jp
обсуждение исходный текст
Ответы Re: reindexing  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
The online docs have this to say about reindexing a whole DB:

   Rebuild all system indexes (this will only work in a standalone
   backend):

   REINDEX DATABASE my_database FORCE;

What does "standalone backend" mean? And how can I use this command to
reindex my DB? I have tried version commands but always get:

ERROR:  REINDEX DATABASE: Can be executed only on the currently open
database.

Thanks!

Jc



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

Предыдущее
От: "Robert Jenkins"
Дата:
Сообщение: RPMs - minor problem
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: reindexing