Jean-Christian Imbeault <jc@mega-bucks.co.jp> writes:
> [postgres@localhost pgsql]$ postgres -D /usr/local/pgsql/data -O -P TAL
> backend> Reindex database TAL force;
> ERROR: REINDEX DATABASE: Can be executed only on the currently open
I think you need
Reindex database "TAL" force;
regards, tom lane