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
In response to
Responses
pgsql-hackers by date
| Next: | From: Simon Riggs | Date: 2007-10-04 19:32:07 |
| Subject: Re: First steps with 8.3 and autovacuum launcher |
| Previous: | From: Alvaro Herrera | Date: 2007-10-04 19:15:31 |
| Subject: type money causes unrestorable dump |