Help for this page

Select Code to Download


  1. or download this
        select * from t where hs ? 'x';
    
  2. 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
    
  3. or download this
    #!/bin/sh
    
    ...
    select * from $t where hs ? '$v';
    select * from $t where hs ? '$v';" \
      | psql -q | grep -E '^Time:'