reindex database

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-sql(at)postgresql(dot)org
Subject: reindex database
Date: 2007-03-14 12:44:53
Message-ID: et8qnr$pvk$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

It would be so nice to use REINDEX DATABASE command without name, for the
current database.
Now the command is useless when a database schema script refers just itself,
and the database name is not establish. I have to use REINDEX TABLE name
instead searching all the database tables.

What is your opinion ?

Regards,
Sabin

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleas Mantzios 2007-03-14 13:12:05 Re: reindex database
Previous Message hu js 2007-03-14 08:14:07 How to declare cursor if tablename is a variable?