Re: The Contrib Roundup (long) - Mailing list pgsql-hackers

From Kaare Rasmussen
Subject Re: The Contrib Roundup (long)
Date
Msg-id 200506101954.14728.kar@kakidata.dk
Whole thread Raw
In response to Re: The Contrib Roundup (long)  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: The Contrib Roundup (long)
List 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.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: User Quota Implementation
Next
From: Steve Crawford
Date:
Subject: Re: The Contrib Roundup (long)