Re: hstore - Mailing list pgsql-general

From John R Pierce
Subject Re: hstore
Date
Msg-id 528D30B3.5060502@hogranch.com
Whole thread Raw
In response to hstore  (Joey Quinn <bjquinniii@gmail.com>)
List pgsql-general
On 11/20/2013 1:12 PM, Joey Quinn wrote:
> I'm using 9.3 (Windows 64 bit) and would like to use an hstore field
> in new table but it does not appear to be available. How do I add the
> correct module?
>


     CREATE EXTENSION hstore;

should install the hstore contributed module into the current database.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Venkatesulu Jumbo
Date:
Subject: Re: hstore
Next
From: Paul Jones
Date:
Subject: Re: Debugging extension with gdb?