From: | "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec> |
---|---|
To: | "Miguel Angel" <mvillagomez(at)sayab(dot)com(dot)mx> |
Cc: | "Lista Postgres" <pgsql-es-ayuda(at)postgresql(dot)org> |
Subject: | Re: Pregunta con error shrink relation |
Date: | 2009-01-08 21:13:34 |
Message-ID: | 3073cc9b0901081313t4442d407g99c8edc503acdfff@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
2009/1/8 Miguel Angel <mvillagomez(at)sayab(dot)com(dot)mx>:
> Pero al ejecutar los comandos me sale un error el cual hace mención a:
>
> can't shrink relation
>
> Aquí las líneas de la shell:
> NOTICE: relation "pg_class" TID 6/24: DeleteTransactionInProgress
> 80794426 --- can't shrink relation
> NOTICE: relation "pg_class" TID 6/29: DeleteTransactionInProgress
> 80794426 --- can't shrink relation
>
No es un error, postgres solo te esta informando que no se quiere
arriesgar a ejecutar el VACUUM en pg_class porque hay una operacion en
progreso sobre esa tabla... (es un catalogo del sistema asi que no, no
importa que tu no hayas hecho nada en esa tabla :)
--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2009-01-08 21:40:03 | Re: Pregunta con error shrink relation |
Previous Message | Miguel Angel | 2009-01-08 20:58:26 | Pregunta con error shrink relation |