Re: [BUGS] Unable to compare _bpchar for similarity in WHERE-clause

2001-12-15 Thread Bruce Momjian
> 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

Re: [BUGS] Unable to compare _bpchar for similarity in WHERE-clause (MINOR A NNOYANCE)

2001-12-15 Thread Tom Lane
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 ---

Re: [BUGS] Unable to compare _bpchar for similarity in WHERE-clause

2001-12-15 Thread Bruce Momjian
> [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