REINDEXing user table in non stand-alone?

From: "Shuzo Kubo" <gardenweasel(at)hotmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: REINDEXing user table in non stand-alone?
Date: 2001-11-08 08:10:09
Message-ID: 9sddo6$1922$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

I read the manual for the REINDEX command.
The REINDEX command is described as

"Recover corrupted system indexes under
stand-alone Postgres "

I am currently trying to reindex an user table.
Does one need to go into stand-alone mode to
reindex an user table?

I have actually REINDEXed an user table when
the database is not in stand-alone mode. It
seems fine but the test environment does not
have much users accessing it, the live site that
I eventually want to REINDEX does.

Is it safe to REINDEX an user table while in
non stand-alone mode when other users are
accessing it?

Thank you in advance.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-11-08 14:27:11 Re: REINDEXing user table in non stand-alone?
Previous Message franklin 2001-11-08 01:15:06 what function likes M$SQL sp_helptext command in psql ???