Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp> writes:
> [postgres(at)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