"Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr> writes:
> In 7.4.1, intarray module have a problme about equal operator (=).
> select * from table where intarray_column = '{}';
> above query make error.
Good catch. Patch applied --- thanks!
regards, tom lane