gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found

From: charette(at)writeme(dot)com (Stephane Charette)
To: pgsql-general(at)postgresql(dot)org
Subject: gp_dump: error in finding the last system oid: ERROR: get_relation_info: Relation 1262 not found
Date: 2003-01-31 22:38:06
Message-ID: 1be4bb40.0301311438.63dccd21@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm running into a few database problems, and having a hard time
solving them. Version() tells me PostgreSQL 7.2.3 on
i686-pc-linux-gnu, compiled by GCC 2.95.2.

The problem: when I try to use pg_dumpall, this is the error that I
get:

[...cut...]
--
-- Database log
--
\connect template1 "admin"
CREATE DATABASE "log" WITH TEMPLATE = template0;
\connect "log" "admin"
dumping database "log"...
pg_dump: error in finding the last system oid: ERROR:
get_relation_info: Relation 1262 not found
pg_dump failed on log, exiting

What does this mean, and how do I fix it?

Thanks,

Stephane Charette
stephanecharette <nospam> AT telus <nospam> .net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2003-01-31 22:40:53 Re: [NOVICE] Perl - Postgres
Previous Message Dmitry Tkach 2003-01-31 22:36:41 Re: Query performance PLEASE HELP