Re: money with 4 digits after dot

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Konstantin Izmailov <pgfizm(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: money with 4 digits after dot
Date: 2013-03-27 16:43:05
Message-ID: 13898.1364402585@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Konstantin Izmailov <pgfizm(at)gmail(dot)com> writes:
> Is it possible to import money into Postgres with 4 digits after the dot?

You would need to set lc_monetary to a locale that permits that.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message salah jubeh 2013-03-27 16:56:23 bloating index, pg_restore
Previous Message Kevin Grittner 2013-03-27 16:23:57 Re: Why does Postgres allow duplicate (FK) constraints

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2013-03-27 17:14:32 Re: [PATCH] Exorcise "zero-dimensional" arrays (Was: Re: Should array_length() Return NULL)
Previous Message Heikki Linnakangas 2013-03-27 16:24:28 Re: [COMMITTERS] pgsql: Allow external recovery_config_directory