From: | terry(at)greatgulfhomes(dot)com |
---|---|
To: | "'ljb'" <lbayuk(at)mindspring(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: varchar truncation from 7.1 to 7.2 |
Date: | 2002-08-03 02:04:56 |
Message-ID: | 001801c23a92$2a6518e0$2766f30a@development.greatgulfhomes.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I agree, I had the same last minute scramble to make apps work with the no
longer silent truncation.
Is it possible to have a flag in the config file to make the silent
truncation enabled?
Or how about someone writing a sample trigger that would chop fields before
the insert/update so as to truncate the data before the actual insert aborts
it?
Terry Fielder
Network Engineer
Great Gulf Homes / Ashton Woods Homes
terry(at)greatgulfhomes(dot)com
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of ljb
> Sent: Friday, August 02, 2002 8:39 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] varchar truncation from 7.1 to 7.2
>
>
> pgman(at)candle(dot)pha(dot)pa(dot)us wrote:
> >
> > The SQL standard required the change.
>
> Can you be more specific? Are we talking about SQL-99 or
> something beyond
> SQL-92? Of course PostgreSQL doesn't fully comply with that standard
> (whichever standard it is), so what criteria are used to
> determine what
> parts to comply with? Of course I would prefer selective
> compliance to pick
> features rather than restrictions.
>
> Sorry for the attitude here, but this change did cost me some
> time to fix
> applications which broke at 7.2 because of this, and I didn't
> enjoy that.
> I don't have access to a lot of different databases, but two
> I tried do
> silent truncation into CHAR and VARCHAR. I wonder what Oracle does.
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2002-08-03 02:42:25 | Re: varchar truncation from 7.1 to 7.2 |
Previous Message | Bruce Momjian | 2002-08-03 01:49:39 | Re: encrypted data types? |