Re: numeric input changes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: numeric input changes
Date: 2004-03-11 07:07:22
Message-ID: 16881.1078988842@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> The attached patch changes the rules for input to
> int2/int4/int8/float4/float8 to consistently allow leading and
> trailing whitespace in the input.

BTW, did you look at type "numeric"? Or is that okay already?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2004-03-11 07:10:40 Re: numeric input changes
Previous Message Dennis Bjorklund 2004-03-11 06:16:35 Re: Defining a "tinyint" data type - one byte unsigned