Re: Convert DECIMAL MySql field to PostGre. How? - Mailing list pgsql-general

From Pavel Stehule
Subject Re: Convert DECIMAL MySql field to PostGre. How?
Date
Msg-id 162867790910110621j3ad1bb04la2a66ee8bdf9500@mail.gmail.com
Whole thread Raw
In response to Convert DECIMAL MySql field to PostGre. How?  (Andre Lopes <lopes80andre@gmail.com>)
Responses Re: Convert DECIMAL MySql field to PostGre. How?
List pgsql-general
Hello

use type NUMERIC(10,6)

Pavel Stehule

p.s. current name of this database is PostgreSQL, shortly Postgres :)

2009/10/11 Andre Lopes <lopes80andre@gmail.com>:
> Hi,
>
> 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?
>
> Best Regards,
> André.
>
>

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: Convert DECIMAL MySql field to PostGre. How?
Next
From: "A. Kretschmer"
Date:
Subject: Re: What is statement ID of table?