[Pgsql-ayuda] Re: [Pgsql-ayuda] ¿Cómo se come esto? [SOLUCIONADO]

From: Antonio Mármol Albert <toni(at)infurma(dot)combios(dot)es>
To: Pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: [Pgsql-ayuda] Re: [Pgsql-ayuda] ¿Cómo se come esto? [SOLUCIONADO]
Date: 2002-11-27 17:56:15
Message-ID: 20021127185615.A2099@infurma.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El miércoles 27 de noviembre de 2002 (12:02), Manuel Sugawara escribió:

> Antonio Mármol Albert <toni(at)infurma(dot)combios(dot)es> writes:
>
> > habitat=# reindex empresas_pkey;
> > ERROR: parser: parse error at or near "empresas_pkey"
>
> sorry, intenta:
>
> reindex index empresas_pkey;

habitat=# reindex index empresas_pkey;
REINDEX
habitat=# SELECT id, marca FROM empresas WHERE id=21293;
id | marca
-------+---------------
21293 | Muebles Celda
(1 row)

¡Muchas gracias! Ya me quedo mucho más tranquilo. ¿Se habia corrompido el
índice, no? Tendre que reindexar periodicamente para evitar estos "sustos".

Saludos
--
Antonio Mármol Albert ( toni(at)infurma(dot)es )
http://www.infurma.es

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Operaciones - Piensa Technologies 2002-11-27 17:59:40 [Pgsql-ayuda] Relacionado con este tema..... Era: Pgsql-ayuda] ¿Cómo se come esto?
Previous Message Antonio Mármol Albert 2002-11-27 17:50:47 [Pgsql-ayuda] Re: [Pgsql-ayuda] Re: [Pgsql-ayuda] ¿Cómo se come esto?