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