Re: Reindex from command line linux - Mailing list pgsql-admin

From Joshua D. Drake
Subject Re: Reindex from command line linux
Date
Msg-id 42692B6D.8050705@commandprompt.com
Whole thread Raw
In response to Reindex from command line linux  (FBaron@co.belcorp.biz)
List pgsql-admin
FBaron@co.belcorp.biz wrote:
>
>
>
> hi, which is the sentence to run a Database REINDEX from linux or from

You could grab src/contrib/reindexdb

or

psql -U <user> <dbname> -c "reindex foo"


> script or shell,etc.
>
> Thanks.
>
>
> Fabio Barón S.
> DBA, Plataforma Tecnologica
> Gerencia Corporativa de Tecnologia
> Tel : 4-37-61-61  Ext.  5123
> Cel : 311 2-54-74-00
>
>
> Aviso de confidencialidad:
> Este mensaje de correo electrónico contiene información estrictamente
> confidencial no susceptible de ser distribuida. Si usted no es el
> destinatario de este mensaje, por favor no publicarlo, copiarlo o tomar
> cualquier otro tipo de accion sobre esta transmision. Si recibio este
> mensaje por error, por favor notifiquenoslo y eliminelo lo antes posible.
>
> Warning of confidentiality:
> This message of electronic mail contains strictly confidential information
> nonsusceptible to be distributed. If you are not the adressee of this
> message, please do not publish it, copy it or take any other kind of action
> on this transmission. If you got this message by mistake, please notify it
> to us and eliminate it as soon as possible.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings


--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedication Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

pgsql-admin by date:

Previous
From: FBaron@co.belcorp.biz
Date:
Subject: Re: Reindex from command line linux
Next
From: "Tomeh, Husam"
Date:
Subject: Another Data directory for second database - feasible?