Re: Cast in PG 8.3

From: "Markus Bertheau" <mbertheau(dot)pg(at)googlemail(dot)com>
To: "Jaime Casanova" <systemguards(at)gmail(dot)com>
Cc: "Franklin Haut" <franklin(dot)haut(at)gmail(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Cast in PG 8.3
Date: 2008-02-05 20:12:18
Message-ID: 684362e10802051212m7dacf641xaf7a36a5154b2a1d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

2008/2/6, Jaime Casanova <systemguards(at)gmail(dot)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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2008-02-05 21:13:31 Re: Cast in PG 8.3
Previous Message Li, Jingfa 2008-02-05 20:07:53 Re: Cast in PG 8.3