Re: [BUGS] BUG #3092: character varying and integer cannot be matched

2007-03-01 Thread Tom Lane
"Andrew Rass" <[EMAIL PROTECTED]> writes: > ERROR: IN types character varying and integer cannot be matched > postgresql 7.4.7 did this > and now it did this problem like describe This is not a bug; it's an intentional tightening of the behavior. You'll need to put in a cast so that the system kn

Re: [BUGS] BUG #3092: character varying and integer cannot be matched

2007-03-01 Thread Peter Eisentraut
Andrew Rass wrote: > ERROR: IN types character varying and integer cannot be matched > SQL Status:42804 Please provide the complete table definitions necessary to reproduce the problem. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--

[BUGS] BUG #3092: character varying and integer cannot be matched

2007-03-01 Thread Andrew Rass
The following bug has been logged online: Bug reference: 3092 Logged by: Andrew Rass Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3 Operating system: FreeBSD 6.2 Description:character varying and integer cannot be matched Details: Hello the following pro