PostgreSQL User's Guide
PrevChapter 4. Data TypesNext

Monetary Type

The money type supports US-style currency with fixed decimal point representation.

Table 4-4. Postgres Numeric Types

Monetary TypeStorageDescriptionRange
money4 bytesFixed-precision-21474836.48 to +21474836.47

The exact numerics decimal and numeric have fully implemented syntax but currently (Postgres v6.3) support only a small range of precision and/or range values.


PrevHomeNext
Data TypesUpCharacter Types