使用できませんか?| オペレーター。postgresql 9.1.9 (開発) では正常に動作し、9.2.4 (本番) では失敗します
test=# SELECT 'a=>1,b=>2'::hstore ?| ARRAY['b','c'];
ERROR: operator does not exist: hstore ?| text[]
LINE 1: SELECT 'a=>1,b=>2'::hstore ?| ARRAY['b','c'];
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
hstore がインストールされている
test=# create extension hstore;
ERROR: type "hstore" already exists