Change in casting behavior?

From: Thomas Swan <tswan-lst(at)ics(dot)olemiss(dot)edu>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Change in casting behavior?
Date: 2002-02-16 00:49:33
Message-ID: 3C6DAC9D.3030102@ics.olemiss.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


select (random( )*10)::varchar(4)
worked in 7.1.3

fails in 7.2

ERROR: value too long for type character varying(4)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-02-16 01:35:49 Re: Change in casting behavior?
Previous Message Thomas Lockhart 2002-02-16 00:30:07 Re: Maintaining the list of release changes