Re: User defined I/O conversion casts - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: User defined I/O conversion casts
Date
Msg-id 48B7E294.4030603@sigaev.ru
Whole thread Raw
In response to User defined I/O conversion casts  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
> Since 8.3, the system provides automatic I/O conversion casts between 
> the built-in string types and other types, but there's currently no way 
> for a user to declare additional casts using the I/O functions. You can 
> always create a simple SQL function to do that, but it seems like we 
> should provide a direct interface for that. I propose the syntax:
> 
> CREATE CAST (<source> AS <target>) WITH INOUT [AS IMPLICIT | AS ASSIGNMENT]

> Anyone else think this is a good idea? Thoughts on the implementation?

Agree, that task causes too often for me. Although using separate boolean column  looks more preferable than special
valuefor OID.
 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: User defined I/O conversion casts
Next
From: Peter Eisentraut
Date:
Subject: Re: code coverage patch