Re: [BUGS] BUG #2040: buggy cast of INT8 to text

2005-11-14 Thread Tom Lane
"Sebastien MAYER" <[EMAIL PROTECTED]> writes: > -- next line give some strange result... but not always >var_text := 'the value of var_int8 is ' || var_int8; Couldn't duplicate a problem here ... you need to give a reproducible test case if you want anyone to look into this.

[BUGS] BUG #2040: buggy cast of INT8 to text

2005-11-14 Thread Sebastien MAYER
The following bug has been logged online: Bug reference: 2040 Logged by: Sebastien MAYER Email address: [EMAIL PROTECTED] PostgreSQL version: 8.04 Operating system: Linux Fedora core 4 Description:buggy cast of INT8 to text Details: in plpgsql : declare var_tex