Re: Change in behavior of string concat operator

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Change in behavior of string concat operator
Date: 2008-12-06 19:49:01
Message-ID: ghekvd$k54$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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, although I believe this is a bug.

http://www.postgresql.org/docs/current/static/release-8-3.html#AEN86272

--
Milen A. Radev

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Glyn Astill 2008-12-06 20:33:14 Re: [GENERAL] Planner picking topsey turvey plan?
Previous Message Benjamin Krajmalnik 2008-12-06 18:04:27 Change in behavior of string concat operator