Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> I noticed that if you create a dump on a database containing a money
> column and a certain locale, this dump is not restorable on a database
> with a different locale.
We've been through this, no? If money doesn't print that way, there's
no obvious reason to have the type at all. Use numeric if you don't
want something with locale-specific behavior.
regards, tom lane