Re: The Contrib Roundup (long)

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: kar(at)kakidata(dot)dk, pgsql-hackers(at)postgresql(dot)org
Subject: Re: The Contrib Roundup (long)
Date: 2005-06-10 18:10:13
Message-ID: 200506101110.13932.scrawford@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Friday 10 June 2005 10:54 am, Kaare Rasmussen wrote:
> > 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?

But not as easy as:
psql -c "reindex database {database}" {database}

Add connection options as desired.

Cheers,
Steve

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kenneth Marshall 2005-06-10 18:27:01 Re: proposed TODO: non-locking CREATE INDEX / REINDEX
Previous Message Kaare Rasmussen 2005-06-10 17:54:14 Re: The Contrib Roundup (long)