Re: Tsearch2 dump/reload problem - Mailing list pgsql-general

From Michal Hlavac
Subject Re: Tsearch2 dump/reload problem
Date
Msg-id 41090C48.4070501@medium13.sk
Whole thread Raw
In response to Re: Tsearch2 dump/reload problem  (Ian Barwick <barwick@gmail.com>)
Responses Re: Tsearch2 dump/reload problem  (Michal Hlavac <hlavki@medium13.sk>)
List pgsql-general
hello...

I had another problem... I have table with tsvector type.
When I run pg_dump database > file.dat

in the file.dat is in order first declaration of table and after that
declaration of type tsvector...

After psql database < file.dat it returns error:
ERROR:  type "tsvector" does not exist
ERROR:  relation "t_auto_detail_seller" does not exist
ERROR:  relation "t_auto_detail_seller" does not exist

any suggestions???

thanx... hlk

pgsql-general by date:

Previous
From: "David Parker"
Date:
Subject: tablespace spec
Next
From: Michal Hlavac
Date:
Subject: Re: Tsearch2 dump/reload problem