First, thanks for that link, i was ignorant.
Process used:
Export database with 'pg_dump icon > save.sql' ( from Mac OS X, pg 9.1.4 )
Import database with 'psql icon < save.sql ( onto Ubuntu, pg 9.1.4 )
The old problem vanished after an update on mac os from 9.1.3 to 9.1.4.
Another problem with tables with money values emerged.
Log excerp:
ERROR: invalid input syntax for type money: "Eu67.667,00"
CONTEXT: COPY bank_transactions, line 1, column amount: "Eu67.667,00"
Similar errors for all tables with money column.
Any hint or suggestions?
Kind regards and thanks for your precious help.
Jonatan
--
Jonatan Reiners
Am Freitag, 27. Juli 2012 um 18:22 schrieb Tom Lane:
>
> http://wiki.postgresql.org/wiki/Guide_to_reporting_problems
>
> regards, tom lane