"Tomasz Kawczynski" <[EMAIL PROTECTED]> writes:
> SELECT * FROM s_skladnik WHERE kod IN (902,902)
> ERROR: IN types character varying and integer cannot be matched
> whitch is ok (ive read about this restriction in 8.2.x)
> but why after
> SELECT * FROM s_skladnik WHERE kod IN (902)
> or
> SELE
The following bug has been logged online:
Bug reference: 3518
Logged by: Tomasz Kawczynski
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Linux Gentoo
Description:ERROR: IN types character varying and integer cannot be
matched
Details: