ichar - Mailing list pgsql-sql

From Judith Altamirano Figueroa
Subject ichar
Date
Msg-id 1129040522.3426.103.camel@Desarrollo
Whole thread Raw
Responses Re: ichar  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ichar  (Richard Huxton <dev@archonet.com>)
List 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




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: question re. count, group by, and having
Next
From: Richard Huxton
Date:
Subject: Re: Difference from average