Nathan Robertson <nathan(dot)robertson(at)gmail(dot)com> writes:
> OK, I ran:
> postgres -O -P -D /cluster/location
This probably connected to the postgres database, not webapp which is
where your problem is.
> backend> reindex table pg_class;
> And then nothing returns. Nothing stating whether it was successful or a
> failure.
The standalone mode isn't very verbose. If you got a prompt back
without any error then it's OK. Just type ^D at the prompt to exit.
regards, tom lane