Re: Rollback when value too long

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Bartlomiej Frackiewicz <frackiewicz(at)inity(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Rollback when value too long
Date: 2003-05-16 12:03:32
Message-ID: Pine.LNX.4.21.0305161303010.30690-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 16 May 2003, Bartlomiej Frackiewicz wrote:

> Hi,
>
> we are using "PostgreSQL 7.3.1 on i386-pc-linux-gnu" with Perl DBI.
>
> Some tables where directly updated from web forms, so when the input
> is longer than the fileld, Postgres forces a rollback. This might be
> right, but is very angry for me. Is there a way to teach Postgres
> that it must truncate these values?

No. Can't the perl code truncate them?

--
Nigel Andrews

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bartlomiej Frackiewicz 2003-05-16 12:25:38 Re: Rollback when value too long
Previous Message Alexander Litvinov 2003-05-16 12:03:07 Re: Rollback when value too long