Обсуждение: database broken ?
hi all
the pg_dump utilitie return the follow message.
Database version: PostgreSQL 7.2.3 on i686-pc-linux-gnu,compiled by GCC 2.96Archiver (db) version:7.1.2Proceeding
deespitemistmatch.getTables():SELECT (for PRIMARY KEY) failed on table
AnomaliasEstacion.
Exlanation from backend: ERROR: Attribute 'oid' not found
Any ideas ?What's going wrong?
The power failure on the server several times ago ,is
posible couse this problem ?
thanks in advance.
Marcelo Diaz Cortez
---------------------------------------
�Todav�a no naveg�s con Keko?
Hac� click aqu�: http://www.keko.com.ar
"mdc@keko.com.ar" <mdc@keko.com.ar> writes:
> Database version: PostgreSQL 7.2.3 on i686-pc-linux-gnu,
> compiled by GCC 2.96
> Archiver (db) version:7.1.2
> Proceeding deespite mistmatch.
> What's going wrong?
It told you: you're using the wrong pg_dump. Apparently you have
overridden that error check rather than finding where you put the
right pg_dump.
regards, tom lane