Re: Cast for text->Integer missing in 8.3.5

From: Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>
To: General PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cast for text->Integer missing in 8.3.5
Date: 2009-01-13 16:31:10
Message-ID: f205bb120901130831m675c5728n795f7f30726c3fce@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2009/1/13 Nykolyn, Andrew <andrew(dot)nykolyn(at)ngc(dot)com>:
> I am trying to upgrade my Postgres server from 8.2.3 to 8.3.5 and have found
> that the cast text->integer and integer->text are missing. Is there a
> reason why they are not there and how can I get them back. I have many
> stored procedures that rely on those casts

http://code.open-bio.org/svnweb/index.cgi/biosql/revision?rev=284
here are the functions

--
Emanuel Calvo Franco
ArPUG / AOSUG Member
Postgresql Support & Admin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Aleksander Kmetec 2009-01-13 16:43:52 Re: Trying to create implicit casts to text in PG 8.3
Previous Message Sam Mason 2009-01-13 16:22:05 Re: Polymorphic "setof record" function?