no

How to Install Hstore in Postgresql

Recently, we've use hstore data type in our database because of its key, value pair functionality and here's how I install hstore in...

Recently, we've use hstore data type in our database because of its key, value pair functionality and here's how I install hstore in my ubuntu 12.04:

1.) execute in terminal
>sudo apt-get update
>sudo apt-get install postgresql-contrib-9.1

2.) execute in the database/schema where you wanted to use hstore datatype:

>create extension hstore;

Related

rdbms 1361577222656319968

Post a Comment Default Comments

1 comment

Jorge said...

Thanks! I was looking for this.

item