Do you use tsearch?
We are trying upgrade from 8.2 dump to 8.3 but we have several errors with tsearch functions.
Agustin
ERROR: text search configuration "default" does not exist
The following command fixed it: CREATE TEXT SEARCH CONFIGURATION public.default ( COPY = pg_catalog.english );
-gustaf neumann