Re: Automatic truncation of character values & casting to the type of a column type - Mailing list pgsql-general

From Tom Lane
Subject Re: Automatic truncation of character values & casting to the type of a column type
Date
Msg-id 1935.1261063468@sss.pgh.pa.us
Whole thread Raw
In response to Re: Automatic truncation of character values & casting to the type of a column type  (Justin Bailey <jgbailey@gmail.com>)
Responses Re: Automatic truncation of character values & casting to the type of a column type  (Sam Mason <sam@samason.me.uk>)
List pgsql-general
Justin Bailey <jgbailey@gmail.com> writes:
> On Wed, Dec 16, 2009 at 7:20 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Really? �Works for me, in everything back to 7.3.

> If s was automatically truncated, the insert would succeed, but it
> fails with a "value too long" error.

Oh, I thought the failure was the behavior you wanted.  There's
no automatic truncation here --- perhaps putting an exception
block around it would be the way to go?

            regards, tom lane

pgsql-general by date:

Previous
From: Justin Bailey
Date:
Subject: Re: Automatic truncation of character values & casting to the type of a column type
Next
From: Vincenzo Romano
Date:
Subject: Re: Table Partitioning Advice Request