Re: money with 4 digits after dot - Mailing list pgsql-hackers

From Konstantin Izmailov
Subject Re: money with 4 digits after dot
Date
Msg-id CAAw-Mse1tX1mJfDT4yHoHBkiTcjjP6m5ph8aJNq+bR__M17UXA@mail.gmail.com
Whole thread Raw
In response to Re: money with 4 digits after dot  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I found a workaround: domain type defined as: CREATE DOMAIN currency AS numeric(16,4);
Thank you!
 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Exorcise "zero-dimensional" arrays (Was: Re: Should array_length() Return NULL)
Next
From: Heikki Linnakangas
Date:
Subject: Re: [COMMITTERS] pgsql: Allow external recovery_config_directory