Blowback from text conversion changes

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Blowback from text conversion changes
Date: 2007-06-25 16:56:28
Message-ID: 87tzswt1kz.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


This seems odd. It's not deciding that it's ambiguous or coming from another
datatype for which no implicit cast exists. It knows perfectly well that it
wants to convert to text but fails?

postgres=# select 'a'||b from (select 'b' as b) as x;
ERROR: failed to find conversion function from unknown to text

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2007-06-25 17:02:13 Re: Bugtraq: Having Fun With PostgreSQL
Previous Message Dave Page 2007-06-25 15:38:57 Re: msvc and vista fun