Re: Reindex from command line linux

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: FBaron(at)co(dot)belcorp(dot)biz
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Reindex from command line linux
Date: 2005-04-22 16:39:56
Message-ID: 20050422163956.GC4347@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Apr 22, 2005 at 11:04:03 -0500,
FBaron(at)co(dot)belcorp(dot)biz wrote:
>
>
>
>
> hi, which is the sentence to run a Database REINDEX from linux or from
> script or shell,etc.

I think you can use:
psql -c 'REINDEX DATABASE database_name'

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Joshua D. Drake 2005-04-22 16:50:53 Re: Reindex from command line linux
Previous Message FBaron 2005-04-22 16:36:46 Re: Reindex from command line linux