Dennis Gearon <gearond(at)fireserve(dot)net> writes:
> Is ist possible for a trigger to fork off a 'reindex' command and the
> trigger terminates leaving the reindex running?
Even if possible, ick.
I'd say the best thing to do would to have such a trigger set a flag
(value in a one-row table) and have a cron job that checks for that
flag and runs REINDEX.
-Doug