Re: BUG #3682: Incomplete database restore - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #3682: Incomplete database restore
Date
Msg-id 471C6E28.2080305@enterprisedb.com
Whole thread Raw
In response to Re: BUG #3682: Incomplete database restore  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:
> As for the datatype issue, I wonder whether we should just advise people
> to do
>     CREATE DOMAIN public.tsvector AS pg_catalog.tsvector;
> before restoring?

Would be tidier in the long run to replace the references, but that's
simpler. Could we do that automatically to the dump file in removets2? I
guess not by just tinkering the TOC.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: BUG #3682: Incomplete database restore
Next
From: "Heikki Linnakangas"
Date:
Subject: Cursor on an INTERSECT query assertion fails