Re: Cast - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: Cast
Date
Msg-id 20050709120024.GA36147@winnie.fuhr.org
Whole thread Raw
In response to Cast  ("Renato Gondim" <Renato.Gondim@SoftwareExpress.com.br>)
List pgsql-bugs
On Fri, Jul 08, 2005 at 01:33:13PM -0300, Renato Gondim wrote:
> This select doesn't work:
>
> Select cast('' as int)

Any empty string isn't a valid integer, so PostgreSQL 7.3 and later
reject it.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-bugs by date:

Previous
From: "Renato Gondim"
Date:
Subject: Cast
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #1762: Integer multiplication error