Home
The Toolkit for Online Communities
15265 Community Members, 1 member online, 2082 visitors today
Log In Register

hstore

OpenACS Home : xowiki : hstore
Search · Index
Previous Month May 2012
Sun Mon Tue Wed Thu Fri Sat
29 30 1 (1) 2 3 4 (1) 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 (1) 24 25 26
27 28 29 30 31 1 2

Popular tags

ad_form , ADP , ajax , aolserver , asynchronous , bgdelivery , bugtracker , COMET , cvs , debian , emacs , FreeBSD , includelets , install , installation , installers , javascript , libthread , linux , monitoring , nginx , oracle , osx , patches , performance , postgres , pound , redhat , selenium , ssl

No registered users in community xowiki
in last 30 minutes

Contributors

OpenACS.org

No registered users in community xowiki
in last 10 minutes

hstore

hstore  is a postgresql module, which is used optionally by newer versions of xowiki and xowf (xowiki content flow ). The supporting functions (creating indices, etc) are currently mostly in in xowf but will be moved eventually into xowiki.

Under Ubuntu, you can install it by locating the appropriate sql file on your system (you may need to install the postgres-contrib first), and then install it as postgresql user via:

psql -d <yourdb> -f /usr/share/postgresql/8.3/contrib/hstore.sql

You can then verify the successful installation on the shell using:

::xo::db::has_hstore