On Tue, 18 Feb 2003, Gavin Sherry wrote:
GS>Perhaps the change that needs to be made is:
GS>
GS>if(IsUnderPostmaster)
GS> elog(ERROR,"You cannot run REINDEX INDEX in multi-user mode");
GS>
GS>to ReindexIndex() or some other appropriate place (with a better error
GS>message).
GS>
GS>Gavin
It is incorrect. In PostgreSQL REINDEX must be routing (PostgreSQL 7.3.1
Documentation 8.3. Routine Reindexing).
--
Olleg Samoylov