ichar

From: Judith Altamirano Figueroa <jaltamirano(at)correolux(dot)com(dot)mx>
To: pgsql-sql(at)postgresql(dot)org
Subject: ichar
Date: 2005-10-11 14:22:02
Message-ID: 1129040522.3426.103.camel@Desarrollo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I moved from postgres 7.0.2 to 8.0.1,

in the 7.0.2 version I process the next query, and it succeed:

select ichar(letra_ascii) || '-' || substr('00000' ||num_factura,length
(num_factura)+1,5) as factura from facturas

but in 8.0.1 it outputs the next error:

ERROR: not exist the function ichar(integer)
HINT: any function match with the arguments types.
Add explicit cast of types

Responses

  • Re: ichar at 2005-10-11 14:37:22 from Tom Lane
  • Re: ichar at 2005-10-11 14:37:49 from Richard Huxton

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2005-10-11 14:24:31 Re: Difference from average
Previous Message Tom Lane 2005-10-11 14:03:58 Re: question re. count, group by, and having