- or download this
select * from t where hs ? 'x';
- or download this
$ pg_sql/pgsql.HEAD/hstore/create_hstore.sh
rowcount | size
...
Time: 0.295 ms
Time: 0.245 ms
Time: 0.274 ms
- or download this
#!/bin/sh
...
select * from $t where hs ? '$v';
select * from $t where hs ? '$v';" \
| psql -q | grep -E '^Time:'