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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Nicolai@ISYS.DK, pgsql-bugs@postgresql.org
Date: 2001-12-15T17:17:19Z
Lists: pgsql-bugs
Bruce Momjian <pgman@candle.pha.pa.us> 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