Re: Cast in PG 8.3 - Mailing list pgsql-sql

From Markus Bertheau
Subject Re: Cast in PG 8.3
Date
Msg-id 684362e10802051212m7dacf641xaf7a36a5154b2a1d@mail.gmail.com
Whole thread Raw
In response to Re: Cast in PG 8.3  ("Jaime Casanova" <systemguards@gmail.com>)
List pgsql-sql
2008/2/6, Jaime Casanova <systemguards@gmail.com>:

> did you read the release notes?

Obviously he did:

> I Know that changing the SQL command to :
> SELECT * FROM TEMP WHERE CAST(id AS TEXT) ilike ('%122%');
> work´s but for now isn't possible... :(
>
>
> I Tries  create a cast but the function text doesn't exist more in PG 8.3
>
> CREATE CAST (int AS text) WITH FUNCTION text(int);
>
> can everyone help me to create a cast ou other solution ?

So the question stands.


pgsql-sql by date:

Previous
From: "Li, Jingfa"
Date:
Subject: Re: Cast in PG 8.3
Next
From: Tom Lane
Date:
Subject: Re: Cast in PG 8.3