Re: [GENERAL] question about the money type

2012-01-11 Thread Merlin Moncure
On Wed, Jan 11, 2012 at 9:32 AM, Szymon Guz wrote: > Hi, > in the documentation for 8.2 > (http://www.postgresql.org/docs/8.2/interactive/datatype-money.html) there > is info: > > Note: The money type is deprecated. Use numeric or decimal instead, in > combination with theto_char function. > > How

[GENERAL] question about the money type

2012-01-11 Thread Szymon Guz
Hi, in the documentation for 8.2 ( http://www.postgresql.org/docs/8.2/interactive/datatype-money.html) there is info: *Note:* The money type is deprecated. Use numeric or decimal instead, in combination with theto_char function. However in later versions the info disappeared. It doesn't exist eve