Re: [SQL] ichar

2005-10-11 Thread Richard Huxton
Judith Altamirano Figueroa wrote: I moved from postgres 7.0.2 to 8.0.1, If you only have one compatability problem, I'd be surprised. in the 7.0.2 version I process the next query, and it succeed: select ichar(letra_ascii) || '-' || substr('0' ||num_factura,length (num_factura)+1,5) as f

Re: [SQL] ichar

2005-10-11 Thread Tom Lane
Judith Altamirano Figueroa <[EMAIL PROTECTED]> writes: > ERROR: not exist the function ichar(integer) [ digs in archives... ] Looks like we renamed ichar() to chr() quite some time ago. regards, tom lane ---(end of broadcast)

[SQL] ichar

2005-10-11 Thread Judith Altamirano Figueroa
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('0' ||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(