On 18.12.2005 18:49, tony wrote:
createdb xxx -E LATIN1 <- old version had this encoding (intranet server dates from 2000 upgrade to 7.2 done in 2002) psql -d xxxx -U postgres -f xxxx.out.1 <- this being my daily dump
Hm, there have been no error messages from psql during the import?
The data is there (read using nedit on the dump file) but not being read by either of the interfaces I usually use for basic data control.
You mean the data is in the dump file, but the restore failed?
And my JSP webapp is choking on the French accents.
Are you sure about the LATIN1 encoding of your old dump? :) -- Regards, Hannes Dorbath