como lo expuso Jaime ;-)

https://www.postgresql.org/docs/9.5/static/datatype-numeric.html

NameStorage SizeDescriptionRange
smallint 2 bytes small-range integer -32768 to +32767
integer 4 bytes typical choice for integer -2147483648 to +2147483647
bigint 8 bytes large-range integer -9223372036854775808 to
+9223372036854775807
decimal variable user-specified precision, exact up to 131072 digits before
the decimal point; up to 16383 digits after the decimal point
numeric variable user-specified precision, exact up to 131072 digits before
the decimal point; up to 16383 digits after the decimal point
real 4 bytes variable-precision, inexact 6 decimal digits precision
double precision 8 bytes variable-precision, inexact 15 decimal digits
precision
smallserial 2 bytes small autoincrementing integer 1 to 32767
serial 4 bytes autoincrementing integer 1 to 2147483647
bigserial 8 bytes large autoincrementing integer 1 to 9223372036854775807

El 10 de agosto de 2016, 16:21, Jaime Casanova<
jaime.casan...@2ndquadrant.com> escribió:

> 2016-08-10 16:17 GMT-05:00 jvenegasperu . <jvenegasp...@gmail.com>:
> >
> > Que tipo de dato seria el mas adecuado para no tener problemas de
> redondeo.
> >
> > Estoy viendo si usar el tipo de dato real Real o Numeric que me muestra
>
> numeric
>
> --
> Jaime Casanova                      www.2ndQuadrant.com
> PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
>
> -
> Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda@postgresql.org
> )
> Para cambiar tu suscripción:
> http://www.postgresql.org/mailpref/pgsql-es-ayuda
>



-- 
Cordialmente,

Ing. Hellmuth I. Vargas S.
Esp. Telemática y Negocios por Internet
Oracle Database 10g Administrator Certified Associate
EnterpriseDB Certified PostgreSQL 9.3 Associate

Responder a