Re: BUG #4860: Indexes gone after restore - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4860: Indexes gone after restore
Date
Msg-id 12653.1245347941@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4860: Indexes gone after restore  ("Obe, Regina" <robe.dnd@cityofboston.gov>)
List pgsql-bugs
"Obe, Regina" <robe.dnd@cityofboston.gov> writes:
> Your example seems to work fine for me too.  I'm trying to figure out the best way to give an isolated case without
requiringyou install a bunch of stuff. 

Well, the only two possibilities for an index not being restored are
(1) it's not listed in the dump file, or
(2) the CREATE INDEX command gets an error during the restore.

Which is it, and if (2) what's the error message?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Obe, Regina"
Date:
Subject: Re: BUG #4860: Indexes gone after restore
Next
From: "Obe, Regina"
Date:
Subject: Re: BUG #4860: Indexes gone after restore