Re: Fail to restore index tables by pg_dumpall - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Fail to restore index tables by pg_dumpall
Date
Msg-id 6034.974228600@sss.pgh.pa.us
Whole thread Raw
In response to Fail to restore index tables by pg_dumpall  ("Jessica Ord" <jo@uk.xo.com>)
Responses RE: Fail to restore index tables by pg_dumpall
List pgsql-bugs
"Jessica Ord" <jo@uk.xo.com> writes:
> After that, I restored this file onto a newer version of PostgreSQL 7.0.2 by
> the below command.

> # psql -e template1 < db.all

> However, I login to the database and I noticed that all the tables are
> restored properly except all my index tables are missing.

> I then scrutinized the file generated by the pg_dumpall.  For example, the
> following statement is found in the file but it didn't seem to create the
> 'status_index' table.

> CREATE  INDEX "status_index" on "ribs_log" using btree ( "status"
> "int4_ops" );

The only theory I can come up with is that the restore script failed
before it got as far as the CREATE INDEX commands.  Did you look for
any error messages that might've come out of the psql run?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Jessica Ord"
Date:
Subject: Fail to restore index tables by pg_dumpall
Next
From: "Vadim I. Passynkov"
Date:
Subject: Problem with RULE system with condition between 3 tables.