> Bruce Momjian <[EMAIL PROTECTED]> writes:
> > Added to TODO:
> > * Add bpchar array comparison
>
> Varchar and very probably other ones are missing too. Make it
> * Ensure we have array-eq operators for every built-in array type
Done.
--
Bruce Momjian| h
Bruce Momjian <[EMAIL PROTECTED]> writes:
> Added to TODO:
> * Add bpchar array comparison
Varchar and very probably other ones are missing too. Make it
* Ensure we have array-eq operators for every built-in array type
regards, tom lane
---
> [EMAIL PROTECTED] writes:
> > When I try to write an UPDATE where I include a WHERE-clause like:
> > [WHERE something='{"a","b","c"}], where something is a character[], i get
> > the errormessage:[Unable to identify an operator = for types '_bpchar and
> > 'unknown' You will have to retype this