Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
> 2009/10/11 Andre Lopes <lopes80andre(at)gmail(dot)com>:
>> I have designed a database using MySql, but now I decided to move to
>> PostGre. I hava decimal fields with DECIMAL(10,6). How to convert this
>> fields to PostGre?
> use type NUMERIC(10,6)
DECIMAL works just fine too; it's an alias for NUMERIC.
regards, tom lane