Re: Preocupacion con PostgreSQL

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Felipe Amezquita" <felmarla(at)gmail(dot)com>
Cc: postgresayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Preocupacion con PostgreSQL
Date: 2007-11-17 20:11:08
Message-ID: c2d9e70e0711171211g8921f89v5fcd8ff2bb9f8906@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Nov 17, 2007 9:09 AM, Felipe Amezquita <felmarla(at)gmail(dot)com> wrote:
>
> El cuento es el siguiente haciendo, seguimiento al log el muestra unos
> errores de este tipo y son muy frecuentes
>
> 2007-11-16 14:54:16 ERROR: could not open relation 1663/16403/16487:
> Invalid argument

que obtienes al ejecutar estos selects?

select * from pg_tablespace where oid = 1663;
select * from pg_database where oid = 16403;
select * from pg_class where oid = 16487;

el primero es el tablespace 'pg_default', el segundo es una base
creada por ti, la tercera debe ser un indice o una tabla creada por
ti...

una vez que sepas que es, verifica si en realidad existen... si es un
indice intenta un reindex...*todo eso en la base de prueba por
supuesto*, con los valores que arroja el error ahi... recuerda
tablespace/base/relacion (tabla o indice)

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2007-11-17 22:42:04 Re: COMO SE EJECUTAN LOS PROCEDIMIENTOS ALMACENDOS?
Previous Message Agustin Casiva 2007-11-17 17:55:14 Fwd: Preocupacion con PostgreSQL