Re: Fw: dato -2.1316282072803e-14

From: Luis Rodrigo Gallardo Cruz <rodrigo(at)nul-unu(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Fw: dato -2.1316282072803e-14
Date: 2006-03-23 22:24:40
Message-ID: 20060323222440.GJ3116@mail.interservice.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Thu, Mar 23, 2006 at 04:14:56PM -0600, Roberto Cesar Najera wrote:
> hay posibilidad de evitar que se guarden ese tipo de dato en el campo ?
>
> osease, que si es ese numero , ponga 0 ?

Usa un trigger.

Pero antes preguntate:
¿Tu campo realmente necesita ser float? A lo mejor deberías cambiar el
tipo de datos a numeric. O a int.

--
Rodrigo Gallardo PGP Key ID: ADC9BC28
Fingerprint: 7C81 E60C 442E 8FBC D975 2F49 0199 8318 ADC9 BC28
http://www.nul-unu.com http://www.nul-unu.com/blogs/elucubrando

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Miguel Angel 2006-03-23 23:11:05 RE: Postgres - C++
Previous Message Luis Rodrigo Gallardo Cruz 2006-03-23 22:21:56 Re: Atrapar el error de un cast.