Re: [ADMIN] Change in behavior of string concat operator

2008-12-08 Thread Benjamin Krajmalnik
Thanks, Stephan and Milen. Everything is clear now. I had a change in the behavior moving from 8.1 to 8.3, and the automatic typecasting prior to 8.3 blurred the intended behavior as per the documentation. -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your s

Re: [ADMIN] Change in behavior of string concat operator

2008-12-08 Thread Stephan Szabo
On Mon, 8 Dec 2008, Benjamin Krajmalnik wrote: > Thanks. > > Then we have an inconsistency between this and the documentation for the > || operator, where it is showing the abilty to concat numeric types > without explicit casting. > > http://www.postgresql.org/docs/8.3/static/functions-string.htm

Re: [ADMIN] Change in behavior of string concat operator

2008-12-08 Thread Milen A. Radev
Milen A. Radev >> Sent: Saturday, December 06, 2008 12:49 PM >> To: pgsql-admin@postgresql.org >> Subject: Re: [ADMIN] Change in behavior of string concat operator >> >> Benjamin Krajmalnik написа: >>> I just migrated from 8.1 to 8.3, running on FreeBSD 7.0 a

Re: [ADMIN] Change in behavior of string concat operator

2008-12-08 Thread Benjamin Krajmalnik
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Milen A. Radev > Sent: Saturday, December 06, 2008 12:49 PM > To: pgsql-admin@postgresql.org > Subject: Re: [ADMIN] Change in behavior of string concat operator > > Benjamin Krajmalnik написа: > > I just migrated from 8.1

Re: [ADMIN] Change in behavior of string concat operator

2008-12-06 Thread Milen A. Radev
Benjamin Krajmalnik написа: > I just migrated from 8.1 to 8.3, running on FreeBSD 7.0 amd64. > Running 8.3.5 [...] > Select userid::varchar || accountno::varchar || requestdate::date as > newcolumn from table > At the very least, the documentation should be updated to reflect the > new behavior, a