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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend