Re: varchar truncation from 7.1 to 7.2

From: ljb <lbayuk(at)mindspring(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: varchar truncation from 7.1 to 7.2
Date: 2002-08-03 00:38:39
Message-ID: aif8mf$25a0$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-08-03 01:22:40 Re: Questions regarding contrib/tsearch
Previous Message Tom Lane 2002-08-03 00:16:06 Re: saving a view with pg_dump