Is this an IN bug? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Is this an IN bug?
Date
Msg-id GNELIHDDFBOCMGBFGEFOAEDDCCAA.chriskl@familyhealth.com.au
Whole thread Raw
List pgsql-hackers
Is this a bug?

usa=# SELECT * FROM palm_buyers WHERE buyer_id=in('150',210) ;
ERROR:  Function 'in(unknown, int4)' does not exist       Unable to identify a function that satisfies the given
argument
types       You may need to add explicit typecasts

Chris



pgsql-hackers by date:

Previous
From: Justin Clift
Date:
Subject: Re: new food for the contrib/ directory
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Oops!