From: | Josh Berkus <josh(at)agliodbs(dot)com> |
---|---|
To: | pgsql-docs(at)postgresql(dot)org |
Subject: | Re: [pgsql-advocacy] Avoiding upgrade backlash |
Date: | 2007-11-17 05:07:17 |
Message-ID: | 200711162107.17437.josh@agliodbs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-advocacy pgsql-docs |
Bruce,
> CHAR and VARCHAR still cast to TEXT automatically. Concatenation (||)
> with non-TEXT types is still automatically cast, assuming one of the
> parameters is textual. While this change will require additional casts
> for some queries, it also eliminates some unusual behavior.
>
> Hope it isn't too detailed.
Hmmm. I don't feel like it contains a clear warning, though. We need a
statement like:
Some users may encounter issues upgrading due to the changes in handling
data type casts. If you suspect that your schema or application may not
be handling data type comparisons cleanly, you are strongly urged to test
for casting error messages before upgrading your production server.
--
--Josh
Josh Berkus
PostgreSQL @ Sun
San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-11-17 05:47:27 | Re: [pgsql-advocacy] Avoiding upgrade backlash |
Previous Message | Joshua D. Drake | 2007-11-16 15:42:23 | Re: Project name - statement from the core team |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-11-17 05:47:27 | Re: [pgsql-advocacy] Avoiding upgrade backlash |
Previous Message | Bruce Momjian | 2007-11-16 15:41:00 | Re: High Availability, Load Balancing, and Replication Feature Matrix |