From: | "Rob Long" <rlong(at)micropat(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: pg_restore fails - postgres 7.3.4 |
Date: | 2003-10-02 21:10:35 |
Message-ID: | 3F7C944B.24A9DAE9@micropat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Attached.
The previously posted index failure stated:
CREATE INDEX idx_disc_loc ON order_items USING gist (disc, loc);
However in this list it is:
CREATE INDEX idx_item_loc ON content_items USING gist (disclosuer, loc);
Rob
Tom Lane wrote:
> "Rob Long" <rlong(at)micropat(dot)com> writes:
> > Trying to dump and restore a production database with no success.
>
> > pg_restore: [archiver (db)] could not execute query: ERROR: data type
> > integer has no default operator class for access method "gist"
>
> Hm, this is probably a matter of incorrect object restoration order ...
> could we see the output of "pg_restore -l" for this dump file?
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
Attachment | Content-Type | Size |
---|---|---|
servdb_list.txt | text/plain | 12.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2003-10-02 21:54:57 | Re: Current Computer Name |
Previous Message | Robert Treat | 2003-10-02 21:08:43 | Re: Question about DB VACUUM |