Re: Incomplete pg_dump operation
| От | peter@vfemail.net |
|---|---|
| Тема | Re: Incomplete pg_dump operation |
| Дата | |
| Msg-id | 20100207220428.90E98632A14@mail.postgresql.org обсуждение |
| Ответ на | Re: Incomplete pg_dump operation (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: Incomplete pg_dump operation
|
| Список | pgsql-novice |
Yes. The:
select * from pg_class where oid = 2196359751;
command returns:
relname | relnamespace | reltype | relowner | relam | relfilenode | relpages | reltuples | reltoastrelid |
reltoastidxid| relhasindex | relisshared | relkind | relnatts | relchecks | reltriggers | relukeys | relfkeys | relrefs
|relhasoids | relhaspkey | relhasrules | relhassubclass | relacl
---------+--------------+---------+----------+-------+-------------+----------+-----------+---------------+---------------+-------------+-------------+---------+----------+-----------+-------------+----------+----------+---------+------------+------------+-------------+----------------+--------
(0 rows)
-------
At 11:29 AM 2/7/2010, Tom Lane wrote:
>peter@vfemail.net writes:
>> I then executed a:
>> REINDEX TABLE xyz;
>> command -- using the table name pg_dump was complaining about yesterday -- and received this message:
>> ERROR: could not open relation with OID 2196359751
>> making reference to the same OID pg_dump complained about yesterday.
>
>Do you get anything from "select * from pg_class where oid = 2196359751;" ?
>
> regards, tom lane
В списке pgsql-novice по дате отправления: