Re: The Contrib Roundup (long)

From: Kaare Rasmussen <kar(at)kakidata(dot)dk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: The Contrib Roundup (long)
Date: 2005-06-10 17:54:14
Message-ID: 200506101954.14728.kar@kakidata.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> actually I think part of the point of this was to give a command line
> version of the reindex command, like we have for vaccum. If that still
> matters, then it should probably stay. Actually it should probably be
> converted to C and moved to /src/bin.
>

Wouldn't something like

echo 'REINDEX DATABASE {database};' | psql {database}

be easier?

Of course it would need a working shell, but even Windows can do this, I
believe.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Crawford 2005-06-10 18:10:13 Re: The Contrib Roundup (long)
Previous Message Tom Lane 2005-06-10 17:37:54 Re: User Quota Implementation