Re: Error while restoring database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Johann Zuschlag" <zuschlag(at)online(dot)de>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Error while restoring database
Date: 2001-10-20 16:36:16
Message-ID: 12764.1003595776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Johann Zuschlag" <zuschlag(at)online(dot)de> writes:
> Here is an excerpt of the original dump-file.

That's what you showed us already. What I'd like to see is the
original database contents, particularly

select * from pg_operator where oid = 280343;
select * from pg_operator where oid = 280344;

so we can see why pg_dump is producing the bogus output.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-10-20 16:38:06 Re: pg_sorttemp files
Previous Message Tom Lane 2001-10-20 16:33:22 Re: Detecting glibc getopt?