>> I want to store prices in a table. What's the best way to do this (since>> 'money' is deprecated)?
Use type numeric, eg, numeric(12,2) if you want up to 12 digits totalwith 2 of 'em after the decimal point (xxxxxxxxxx.xx).
regards, tom lane