Re: pg_dump 7.1beta4 misses a table
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: tara@vilaj.com, pgsql-bugs@postgresql.org
Date: 2001-02-22T00:16:33Z
Lists: pgsql-bugs
Tara Piorkowski (tara@vilaj.com) writes: > I noticed in attempting to dump a database I was developing that one > of the tables failed to get recreated from the dump file. Upon > examining the dump file I noticed that there's a placeholder for the > table but the actual "create" command is missing. All of the other > tables in the system were recreated and repopulated without error. > Note that this database started out as a 7.0.3 database, was > successfully dumped, then successfully loaded into pg_dump 7.1beta4. Bizarre. Do you still have the dump file from the 7.0.3 version? Could we see the part of it that creates this table? Don't need the data I suppose, but the other commands related to the table. regards, tom lane