Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

What data type best used for money



Creating a database where monetary values will be stored and of course retrieved with calculations.  What data types are best to use in this sort of environment?
 
money is limited in quantity
numeric - documentation states "arithmetic on numeric values is very slow compared to the integer types"
 
Just wanted to get some feedback on what seems to be the better way to go and 'why'.
 
Thanks,
 
Aaron


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group