Re: [RFC] Unsigned integer support.

From: Decibel! <decibel(at)decibel(dot)org>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Ryan Bradetich <rbradetich(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [RFC] Unsigned integer support.
Date: 2008-07-28 21:29:48
Message-ID: 2D6769F9-2315-4C49-A076-961C20518D49@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jul 25, 2008, at 11:44 AM, Alvaro Herrera wrote:
> However, it would be neat if this behaved the same as
>
> alvherre=# select '0.42' + 1;
> ERROR: invalid input syntax for integer: "0.42"
> STATEMENT: select '0.42' + 1;

Do we really want to be making it easier for people to wrap numbers
in quotes?
--
Decibel!, aka Jim C. Nasby, Database Architect decibel(at)decibel(dot)org
Give your computer some brain candy! www.distributed.net Team #1828

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2008-07-28 21:39:13 Re: WITH RECUSIVE patches 0723
Previous Message Stephen R. van den Berg 2008-07-28 21:04:21 Re: Protocol 3, Execute, maxrows to return, impact?