Re: How to check whether a data type can be cast to another - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: How to check whether a data type can be cast to another
Date
Msg-id 20091023153238.GE355@alvh.no-ip.org
Whole thread Raw
In response to Re: How to check whether a data type can be cast to another  (Kareem Sedki <isiscreation@gmail.com>)
List pgsql-general
Kareem Sedki escribió:
> Thank you Merlin and Tom. I appreciate your answers.
>
> I have tried to follow that approach before I go this way. So, I checked
> the appendix  of the documentation for error conditions. Searching for
> cast-related conditions, I found INVALID_CHARACTER_VALUE_FOR_CAST. Would
> that be the exception to catch? It doesn't sound right.

TIAS -- http://www.fetter.org/tias.html

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pg 8.4 (Auto)-vacuumlo
Next
From: Merlin Moncure
Date:
Subject: Re: How to check whether a data type can be cast to another