> What do you mean by the whole database? I have already
> executed:
>
> reindex database cms force
> reindex table cases force
> reindex table cases force
> reindex table hits force
> reindex table history force (and a few more)
>
> How do I get it do reindex the system tables? One
> table at a time?
"reindex database cms force" is supposed to reindex all system
tables (and *system ones only*), but from my recollection it
didn't help sometime, so it's better reindex pg_attributes
& pg_class with separate command. Maybe after vacuuming them.
Vadim